#BDD6FB

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

Shades of Pale Cornflower Blue #BDD6FB

Tints of Pale Cornflower Blue #BDD6FB

Color information

#BDD6FB (or 0xBDD6FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D6 and FB. RGB value is (189,214,251). Sum of RGB (Red+Green+Blue) = 189+214+251=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDD6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6FB is #422904. Grayscale: #D2D2D2. Windows color (decimal): -4335877 or 16504509. OLE color: 16504509.

HSL color Cylindrical-coordinate representation of color #BDD6FB: hue angle of 215.81º 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 #BDD6FB is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189214251-
CMYK0.250.1500.02
HSL215.81º88.57%86.27%-
HSV(B)215.81º24.7%98.43%-
XYZ62.4565.88100.69-
YUV210.74150.72112.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.90%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=28.90%
G=32.72%
B=38.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892142510.250.1500.02215.8188.5786.27
HexBDD6FB19F02d85956
Octal275326373311702330131126
Binary1011110111010110111110111100111110101101100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6FB; }

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

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

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

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

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

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

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

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