#BDD5F7

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

Shades of Pale Cornflower Blue #BDD5F7

Tints of Pale Cornflower Blue #BDD5F7

Color information

#BDD5F7 (or 0xBDD5F7) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D5 and F7. RGB value is (189,213,247). Sum of RGB (Red+Green+Blue) = 189+213+247=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 213 (83.59% from 255 or 32.82% from 649); Blue value is 247 (96.88% from 255 or 38.06% from 649); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDD5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5F7 is #422A08. Grayscale: #D1D1D1. Windows color (decimal): -4336137 or 16242109. OLE color: 16242109.

HSL color Cylindrical-coordinate representation of color #BDD5F7: hue angle of 215.17º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDD5F7 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB189213247-
CMYK0.230.1400.03
HSL215.17º78.38%85.49%-
HSV(B)215.17º23.48%96.86%-
XYZ61.5765.1297.32-
YUV209.7149.05113.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.12%
GREEN value IS 213 (83.59% from 255) = 32.82%
BLUE value IS 247 (96.88% from 255) = 38.06%
R=29.12%
G=32.82%
B=38.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892132470.230.1400.03215.1778.3885.49
HexBDD5F717E03d74e55
Octal275325367271603327116125
Binary1011110111010101111101111011111100111101011110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD5F7; }

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

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

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

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

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

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

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

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