Html Css Color HEX #BEDEFF Pale Cornflower Blue

📋 copy color: '#BEDEFF'

red 190 ◦ green 222 ◦ blue 255

#BEDEFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #BEDEFF

Tints of Pale Cornflower Blue #BEDEFF

RGB

 RED value IS 190 (74.61% from 255) = 28.49%

 GREEN value IS 222 (87.11% from 255) = 33.28%

 BLUE value IS 255 (100% from 255) = 38.23%

R = 28.49%
G = 33.28%
B = 38.23%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BEDEFF (or 0xBEDEFF) is known color: Pale Cornflower Blue. HEX triplet: BE, DE and FF. RGB value is (190,222,255). Sum of RGB (Red+Green+Blue) = 190+222+255=667 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.49% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEDEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDEFF is #412100. Grayscale: #D8D8D8. Windows color (decimal): -4268289 or 16768702. OLE color: 16768702.

HSL color Cylindrical-coordinate representation of color #BEDEFF: hue angle of 210.46º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEDEFF is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 222 255 -
CMYK 0.25 0.13 0 0
HSL 210.46º 1% 0.87% -
HSV(B) 210.46º 0.25% 1% -
XYZ 65.41 70.41 104.75 -
YUV 216.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 190 222 255 0.25 0.13 0 0 210.46 1 0.87
Hex BE DE FF 19 D 0 0 D2 64 57
Octal 276 336 377 31 15 0 0 322 144 127
Binary 10111110 11011110 11111111 11001 1101 0 0 11010010 1100100 1010111

Color Harmonies of #BEDEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDEFF

Black with #BEDEFF

Text Example


Text Example

White with #BEDEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDEFF; }

 p { color: rgb(190,222,255); }

 H1.HeaderClassName
 {
   color: #BEDEFF;
 }
 .AnyTagClassName
 {
   color: #BEDEFF;
 }
</style>

background-color css

<style>
 a { background-color: #BEDEFF; }

 a { background-color: rgb(190,222,255); }

 div.DivClassName
 {
   background-color: #BEDEFF;
 }
 .BgClassName
 {
   background-color: #BEDEFF;
 }
</style>

border-color css

<style>
 span { border-color: #BEDEFF; }

 span { border-color: rgb(190,222,255); }

 td.TdClassName
 {
   border-color: #BEDEFF;
 }
 .TagClassName
 {
   border-color: #BEDEFF;
 }
</style>