#BDD7FB

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

Shades of Pale Cornflower Blue #BDD7FB

Tints of Pale Cornflower Blue #BDD7FB

Color information

#BDD7FB (or 0xBDD7FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D7 and FB. RGB value is (189,215,251). Sum of RGB (Red+Green+Blue) = 189+215+251=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDD7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7FB is #422804. Grayscale: #D3D3D3. Windows color (decimal): -4335621 or 16504765. OLE color: 16504765.

HSL color Cylindrical-coordinate representation of color #BDD7FB: hue angle of 214.84º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD7FB is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189215251-
CMYK0.250.1400.02
HSL214.84º88.57%86.27%-
HSV(B)214.84º24.7%98.43%-
XYZ62.766.38100.78-
YUV211.33150.39112.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.85%
GREEN value IS 215 (84.38% from 255) = 32.82%
BLUE value IS 251 (98.44% from 255) = 38.32%
R=28.85%
G=32.82%
B=38.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892152510.250.1400.02214.8488.5786.27
HexBDD7FB19E02d75956
Octal275327373311602327131126
Binary1011110111010111111110111100111100101101011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7FB; }

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

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

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

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

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

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

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

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