Html Css Color HEX #BDD9EE Pale Cornflower Blue

📋 copy color: '#BDD9EE'

red 189 ◦ green 217 ◦ blue 238

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

Shades of Pale Cornflower Blue #BDD9EE

Tints of Pale Cornflower Blue #BDD9EE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.7%

 BLUE value IS 238 (93.36% from 255) = 36.96%

R = 29.35%
G = 33.7%
B = 36.96%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDD9EE (or 0xBDD9EE) is known color: Pale Cornflower Blue. HEX triplet: BD, D9 and EE. RGB value is (189,217,238). Sum of RGB (Red+Green+Blue) = 189+217+238=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDD9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9EE is #422611. Grayscale: #D2D2D2. Windows color (decimal): -4335122 or 15653309. OLE color: 15653309.

HSL color Cylindrical-coordinate representation of color #BDD9EE: hue angle of 205.71º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD9EE is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 217 238 -
CMYK 0.21 0.09 0 0.07
HSL 205.71º 0.59% 0.84% -
HSV(B) 205.71º 0.21% 0.93% -
XYZ 61.23 66.62 90.52 -
YUV 211.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 189 217 238 0.21 0.09 0 0.07 205.71 0.59 0.84
Hex BD D9 EE 15 9 0 7 CE 3B 54
Octal 275 331 356 25 11 0 7 316 73 124
Binary 10111101 11011001 11101110 10101 1001 0 111 11001110 111011 1010100

Color Harmonies of #BDD9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9EE

Black with #BDD9EE

Text Example


Text Example

White with #BDD9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9EE; }

 p { color: rgb(189,217,238); }

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

background-color css

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

 a { background-color: rgb(189,217,238); }

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

border-color css

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

 span { border-color: rgb(189,217,238); }

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