#BDD6FD

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

Shades of Pale Cornflower Blue #BDD6FD

Tints of Pale Cornflower Blue #BDD6FD

Color information

#BDD6FD (or 0xBDD6FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D6 and FD. RGB value is (189,214,253). Sum of RGB (Red+Green+Blue) = 189+214+253=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDD6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6FD is #422902. Grayscale: #D2D2D2. Windows color (decimal): -4335875 or 16635581. OLE color: 16635581.

HSL color Cylindrical-coordinate representation of color #BDD6FD: hue angle of 216.56º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD6FD is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189214253-
CMYK0.250.1500.01
HSL216.56º94.12%86.67%-
HSV(B)216.56º25.3%99.22%-
XYZ62.7666102.36-
YUV210.97151.72112.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.81%
GREEN value IS 214 (83.98% from 255) = 32.62%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=28.81%
G=32.62%
B=38.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892142530.250.1500.01216.5694.1286.67
HexBDD6FD19F01d95e57
Octal275326375311701331136127
Binary101111011101011011111101110011111011101100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6FD; }

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

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

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

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

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

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

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

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