#BDD7EB

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

Shades of Pale Cornflower Blue #BDD7EB

Tints of Pale Cornflower Blue #BDD7EB

Color information

#BDD7EB (or 0xBDD7EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D7 and EB. RGB value is (189,215,235). Sum of RGB (Red+Green+Blue) = 189+215+235=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDD7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7EB is #422814. Grayscale: #D1D1D1. Windows color (decimal): -4335637 or 15456189. OLE color: 15456189.

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

Color convert

RGB189215235-
CMYK0.200.0900.08
HSL206.09º53.49%83.14%-
HSV(B)206.09º19.57%92.16%-
XYZ60.2865.4288.05-
YUV209.51142.39113.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.58%
GREEN value IS 215 (84.38% from 255) = 33.65%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=29.58%
G=33.65%
B=36.78%

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
Decimal1892152350.200.0900.08206.0953.4983.14
HexBDD7EB14908ce3553
Octal275327353241101031665123
Binary10111101110101111110101110100100101000110011101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7EB; }

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

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

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

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

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

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

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

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