#BCDAF4

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

Shades of Pale Cornflower Blue #BCDAF4

Tints of Pale Cornflower Blue #BCDAF4

Color information

#BCDAF4 (or 0xBCDAF4) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DA and F4. RGB value is (188,218,244). Sum of RGB (Red+Green+Blue) = 188+218+244=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 244 (95.70% from 255 or 37.54% from 650); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCDAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDAF4 is #43250B. Grayscale: #D3D3D3. Windows color (decimal): -4400396 or 16046780. OLE color: 16046780.

HSL color Cylindrical-coordinate representation of color #BCDAF4: hue angle of 207.86º 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 #BCDAF4 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188218244-
CMYK0.230.1100.04
HSL207.86º71.79%84.71%-
HSV(B)207.86º22.95%95.69%-
XYZ62.1467.3795.32-
YUV211.99146.06110.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.92%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 244 (95.70% from 255) = 37.54%
R=28.92%
G=33.54%
B=37.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882182440.230.1100.04207.8671.7984.71
HexBCDAF417B04d04855
Octal274332364271304320110125
Binary10111100110110101111010010111101101001101000010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAF4; }

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

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

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

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

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

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

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

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