#BDD7ED

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

Shades of Pale Cornflower Blue #BDD7ED

Tints of Pale Cornflower Blue #BDD7ED

Color information

#BDD7ED (or 0xBDD7ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D7 and ED. RGB value is (189,215,237). Sum of RGB (Red+Green+Blue) = 189+215+237=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDD7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7ED is #422812. Grayscale: #D1D1D1. Windows color (decimal): -4335635 or 15587261. OLE color: 15587261.

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

Color convert

RGB189215237-
CMYK0.200.0900.07
HSL207.5º57.14%83.53%-
HSV(B)207.5º20.25%92.94%-
XYZ60.5765.5389.58-
YUV209.73143.39113.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 215 (84.38% from 255) = 33.54%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=29.49%
G=33.54%
B=36.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892152370.200.0900.07207.557.1483.53
HexBDD7ED14907d03954
Octal27532735524110732071124
Binary1011110111010111111011011010010010111110100001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7ED; }

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

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

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

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

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

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

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

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