#BDD5ED

Color #BDD5ED Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #BDD5ED

Tints of Pale Cornflower Blue #BDD5ED

Color information

#BDD5ED (or 0xBDD5ED) is unknown color: approx 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

RGB189213237-
CMYK0.200.1000.07
HSL210º57.14%83.53%-
HSV(B)210º20.25%92.94%-
XYZ60.0764.5289.41-
YUV208.56144.05114.05-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892132370.200.1000.0721057.1483.53
HexBDD5ED14A07d23954
Octal27532535524120732271124
Binary1011110111010101111011011010010100111110100101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>