Html Css Color HEX #BDD5EC Pale Cornflower Blue

📋 copy color: '#BDD5EC'

red 189 ◦ green 213 ◦ blue 236

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

Shades of Pale Cornflower Blue #BDD5EC

Tints of Pale Cornflower Blue #BDD5EC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.39%

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

R = 29.62%
G = 33.39%
B = 36.99%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDD5EC (or 0xBDD5EC) is known color: Pale Cornflower Blue. HEX triplet: BD, D5 and EC. RGB value is (189,213,236). Sum of RGB (Red+Green+Blue) = 189+213+236=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDD5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5EC is #422A13. Grayscale: #D0D0D0. Windows color (decimal): -4336148 or 15521213. OLE color: 15521213.

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

Color convert

RGB 189 213 236 -
CMYK 0.20 0.10 0 0.07
HSL 209.36º 0.55% 0.83% -
HSV(B) 209.36º 0.2% 0.93% -
XYZ 59.92 64.46 88.64 -
YUV 208.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 189 213 236 0.20 0.10 0 0.07 209.36 0.55 0.83
Hex BD D5 EC 14 A 0 7 D1 37 53
Octal 275 325 354 24 12 0 7 321 67 123
Binary 10111101 11010101 11101100 10100 1010 0 111 11010001 110111 1010011

Color Harmonies of #BDD5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD5EC

Black with #BDD5EC

Text Example


Text Example

White with #BDD5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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