Html Css Color HEX #BDD6EC Pale Cornflower Blue

📋 copy color: '#BDD6EC'

red 189 ◦ green 214 ◦ blue 236

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

Shades of Pale Cornflower Blue #BDD6EC

Tints of Pale Cornflower Blue #BDD6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.49%

 BLUE value IS 236 (92.58% from 255) = 36.93%

R = 29.58%
G = 33.49%
B = 36.93%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDD6EC (or 0xBDD6EC) is known color: Pale Cornflower Blue. HEX triplet: BD, D6 and EC. RGB value is (189,214,236). Sum of RGB (Red+Green+Blue) = 189+214+236=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDD6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6EC is #422913. Grayscale: #D0D0D0. Windows color (decimal): -4335892 or 15521469. OLE color: 15521469.

HSL color Cylindrical-coordinate representation of color #BDD6EC: hue angle of 208.09º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD6EC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 214 236 -
CMYK 0.20 0.09 0 0.07
HSL 208.09º 0.55% 0.83% -
HSV(B) 208.09º 0.2% 0.93% -
XYZ 60.17 64.97 88.73 -
YUV 209.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 189 214 236 0.20 0.09 0 0.07 208.09 0.55 0.83
Hex BD D6 EC 14 9 0 7 D0 37 53
Octal 275 326 354 24 11 0 7 320 67 123
Binary 10111101 11010110 11101100 10100 1001 0 111 11010000 110111 1010011

Color Harmonies of #BDD6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD6EC

Black with #BDD6EC

Text Example


Text Example

White with #BDD6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD6EC; }

 p { color: rgb(189,214,236); }

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

background-color css

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

 a { background-color: rgb(189,214,236); }

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

border-color css

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

 span { border-color: rgb(189,214,236); }

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