#BCDCF4

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

Shades of Pale Cornflower Blue #BCDCF4

Tints of Pale Cornflower Blue #BCDCF4

Color information

#BCDCF4 (or 0xBCDCF4) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DC and F4. RGB value is (188,220,244). Sum of RGB (Red+Green+Blue) = 188+220+244=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCDCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCF4 is #43230B. Grayscale: #D5D5D5. Windows color (decimal): -4399884 or 16047292. OLE color: 16047292.

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

Color convert

RGB188220244-
CMYK0.230.1000.04
HSL205.71º71.79%84.71%-
HSV(B)205.71º22.95%95.69%-
XYZ62.6668.4195.49-
YUV213.17145.4110.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.83%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 244 (95.70% from 255) = 37.42%
R=28.83%
G=33.74%
B=37.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882202440.230.1000.04205.7171.7984.71
HexBCDCF417A04ce4855
Octal274334364271204316110125
Binary10111100110111001111010010111101001001100111010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCF4; }

 p { color: rgb(188,220,244); }

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

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

 a { background-color: rgb(188,220,244); }

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

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

 span { border-color: rgb(188,220,244); }

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