#BCDAFB

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

Shades of Pale Cornflower Blue #BCDAFB

Tints of Pale Cornflower Blue #BCDAFB

Color information

#BCDAFB (or 0xBCDAFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DA and FB. RGB value is (188,218,251). Sum of RGB (Red+Green+Blue) = 188+218+251=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCDAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDAFB is #432504. Grayscale: #D4D4D4. Windows color (decimal): -4400389 or 16505532. OLE color: 16505532.

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

Color convert

RGB188218251-
CMYK0.250.1300.02
HSL211.43º88.73%86.08%-
HSV(B)211.43º25.1%98.43%-
XYZ63.2267.8101.02-
YUV212.79149.56110.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.61%
GREEN value IS 218 (85.55% from 255) = 33.18%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=28.61%
G=33.18%
B=38.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882182510.250.1300.02211.4388.7386.08
HexBCDAFB19D02d35956
Octal274332373311502323131126
Binary1011110011011010111110111100111010101101001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAFB; }

 p { color: rgb(188,218,251); }

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

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

 a { background-color: rgb(188,218,251); }

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

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

 span { border-color: rgb(188,218,251); }

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