Html Css Color HEX #BDD7EC Pale Cornflower Blue

📋 copy color: '#BDD7EC'

red 189 ◦ green 215 ◦ blue 236

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

Shades of Pale Cornflower Blue #BDD7EC

Tints of Pale Cornflower Blue #BDD7EC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.59%

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

R = 29.53%
G = 33.59%
B = 36.88%

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

#BDD7EC (or 0xBDD7EC) is known color: Pale Cornflower Blue. HEX triplet: BD, D7 and EC. RGB value is (189,215,236). Sum of RGB (Red+Green+Blue) = 189+215+236=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDD7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7EC is #422813. Grayscale: #D1D1D1. Windows color (decimal): -4335636 or 15521725. OLE color: 15521725.

HSL color Cylindrical-coordinate representation of color #BDD7EC: hue angle of 206.81º 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 #BDD7EC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 215 236 -
CMYK 0.20 0.09 0 0.07
HSL 206.81º 0.55% 0.83% -
HSV(B) 206.81º 0.2% 0.93% -
XYZ 60.43 65.48 88.81 -
YUV 209.62 142.89 113.29 -
System Red Green Blue C M Y K H S L
Decimal 189 215 236 0.20 0.09 0 0.07 206.81 0.55 0.83
Hex BD D7 EC 14 9 0 7 CF 37 53
Octal 275 327 354 24 11 0 7 317 67 123
Binary 10111101 11010111 11101100 10100 1001 0 111 11001111 110111 1010011

Color Harmonies of #BDD7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7EC

Black with #BDD7EC

Text Example


Text Example

White with #BDD7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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