Html Css Color HEX #BDDEFF Pale Cornflower Blue

📋 copy color: '#BDDEFF'

red 189 ◦ green 222 ◦ blue 255

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

Shades of Pale Cornflower Blue #BDDEFF

Tints of Pale Cornflower Blue #BDDEFF

RGB

 RED value IS 189 (74.22% from 255) = 28.38%

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

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

R = 28.38%
G = 33.33%
B = 38.29%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDDEFF (or 0xBDDEFF) is known color: Pale Cornflower Blue. HEX triplet: BD, DE and FF. RGB value is (189,222,255). Sum of RGB (Red+Green+Blue) = 189+222+255=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDDEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDEFF is #422100. Grayscale: #D7D7D7. Windows color (decimal): -4333825 or 16768701. OLE color: 16768701.

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

Color convert

RGB 189 222 255 -
CMYK 0.26 0.13 0 0
HSL 210º 1% 0.87% -
HSV(B) 210º 0.26% 1% -
XYZ 65.16 70.28 104.74 -
YUV 215.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 189 222 255 0.26 0.13 0 0 210 1 0.87
Hex BD DE FF 1A D 0 0 D2 64 57
Octal 275 336 377 32 15 0 0 322 144 127
Binary 10111101 11011110 11111111 11010 1101 0 0 11010010 1100100 1010111

Color Harmonies of #BDDEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEFF

Black with #BDDEFF

Text Example


Text Example

White with #BDDEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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