Html Css Color HEX #BDD5ED Pale Cornflower Blue

📋 copy color: '#BDD5ED'

red 189 ◦ green 213 ◦ blue 237

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

Shades of Pale Cornflower Blue #BDD5ED

Tints of Pale Cornflower Blue #BDD5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.09%

R = 29.58%
G = 33.33%
B = 37.09%

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

#BDD5ED (or 0xBDD5ED) is known color: Pale Cornflower Blue. HEX triplet: BD, D5 and ED. RGB value is (189,213,237). Sum of RGB (Red+Green+Blue) = 189+213+237=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDD5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5ED is #422A12. Grayscale: #D0D0D0. Windows color (decimal): -4336147 or 15586749. OLE color: 15586749.

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

Color convert

RGB 189 213 237 -
CMYK 0.20 0.10 0 0.07
HSL 210º 0.57% 0.84% -
HSV(B) 210º 0.2% 0.93% -
XYZ 60.07 64.52 89.41 -
YUV 208.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 189 213 237 0.20 0.10 0 0.07 210 0.57 0.84
Hex BD D5 ED 14 A 0 7 D2 39 54
Octal 275 325 355 24 12 0 7 322 71 124
Binary 10111101 11010101 11101101 10100 1010 0 111 11010010 111001 1010100

Color Harmonies of #BDD5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD5ED

Black with #BDD5ED

Text Example


Text Example

White with #BDD5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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