#BDD5EB

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

Shades of Pale Cornflower Blue #BDD5EB

Tints of Pale Cornflower Blue #BDD5EB

Color information

#BDD5EB (or 0xBDD5EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D5 and EB. RGB value is (189,213,235). Sum of RGB (Red+Green+Blue) = 189+213+235=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDD5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5EB is #422A14. Grayscale: #D0D0D0. Windows color (decimal): -4336149 or 15455677. OLE color: 15455677.

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

Color convert

RGB189213235-
CMYK0.200.0900.08
HSL208.7º53.49%83.14%-
HSV(B)208.7º19.57%92.16%-
XYZ59.7864.4187.88-
YUV208.33143.05114.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.67%
GREEN value IS 213 (83.59% from 255) = 33.44%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=29.67%
G=33.44%
B=36.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892132350.200.0900.08208.753.4983.14
HexBDD5EB14908d13553
Octal275325353241101032165123
Binary10111101110101011110101110100100101000110100011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD5EB; }

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

 H1.HeaderClassName
 {
   color: #BDD5EB;
 }
 .AnyTagClassName
 {
   color: #BDD5EB;
 }
</style>
background-color css

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

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

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

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

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

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