#BDD6FC

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

Shades of Pale Cornflower Blue #BDD6FC

Tints of Pale Cornflower Blue #BDD6FC

Color information

#BDD6FC (or 0xBDD6FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D6 and FC. RGB value is (189,214,252). Sum of RGB (Red+Green+Blue) = 189+214+252=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDD6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6FC is #422903. Grayscale: #D2D2D2. Windows color (decimal): -4335876 or 16570045. OLE color: 16570045.

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

Color convert

RGB189214252-
CMYK0.250.1500.01
HSL216.19º91.3%86.47%-
HSV(B)216.19º25%98.82%-
XYZ62.665.94101.52-
YUV210.86151.22112.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.85%
GREEN value IS 214 (83.98% from 255) = 32.67%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=28.85%
G=32.67%
B=38.47%

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
Decimal1892142520.250.1500.01216.1991.386.47
HexBDD6FC19F01d85b56
Octal275326374311701330133126
Binary101111011101011011111100110011111011101100010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6FC; }

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

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

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

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

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

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

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

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