#BCDAF6

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

Shades of Pale Cornflower Blue #BCDAF6

Tints of Pale Cornflower Blue #BCDAF6

Color information

#BCDAF6 (or 0xBCDAF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DA and F6. RGB value is (188,218,246). Sum of RGB (Red+Green+Blue) = 188+218+246=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCDAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDAF6 is #432509. Grayscale: #D4D4D4. Windows color (decimal): -4400394 or 16177852. OLE color: 16177852.

HSL color Cylindrical-coordinate representation of color #BCDAF6: hue angle of 208.97º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCDAF6 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188218246-
CMYK0.240.1100.04
HSL208.97º76.32%85.1%-
HSV(B)208.97º23.58%96.47%-
XYZ62.4467.4996.92-
YUV212.22147.06110.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.83%
GREEN value IS 218 (85.55% from 255) = 33.44%
BLUE value IS 246 (96.48% from 255) = 37.73%
R=28.83%
G=33.44%
B=37.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882182460.240.1100.04208.9776.3285.1
HexBCDAF618B04d14c55
Octal274332366301304321114125
Binary10111100110110101111011011000101101001101000110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAF6; }

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

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

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

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

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

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

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

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