#BCDBF6

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

Shades of Pale Cornflower Blue #BCDBF6

Tints of Pale Cornflower Blue #BCDBF6

Color information

#BCDBF6 (or 0xBCDBF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DB and F6. RGB value is (188,219,246). Sum of RGB (Red+Green+Blue) = 188+219+246=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCDBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBF6 is #432409. Grayscale: #D4D4D4. Windows color (decimal): -4400138 or 16178108. OLE color: 16178108.

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

Color convert

RGB188219246-
CMYK0.240.1100.04
HSL207.93º76.32%85.1%-
HSV(B)207.93º23.58%96.47%-
XYZ62.7168.0197.01-
YUV212.81146.73110.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.79%
GREEN value IS 219 (85.94% from 255) = 33.54%
BLUE value IS 246 (96.48% from 255) = 37.67%
R=28.79%
G=33.54%
B=37.67%

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
Decimal1882192460.240.1100.04207.9376.3285.1
HexBCDBF618B04d04c55
Octal274333366301304320114125
Binary10111100110110111111011011000101101001101000010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBF6; }

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

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

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

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

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

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

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

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