#BCDBFF

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

Shades of Pale Cornflower Blue #BCDBFF

Tints of Pale Cornflower Blue #BCDBFF

Color information

#BCDBFF (or 0xBCDBFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DB and FF. RGB value is (188,219,255). Sum of RGB (Red+Green+Blue) = 188+219+255=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCDBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBFF is #432400. Grayscale: #D5D5D5. Windows color (decimal): -4400129 or 16767932. OLE color: 16767932.

HSL color Cylindrical-coordinate representation of color #BCDBFF: hue angle of 212.24º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCDBFF is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188219255-
CMYK0.260.1400
HSL212.24º100%86.86%-
HSV(B)212.24º26.27%100%-
XYZ64.1268.57104.46-
YUV213.83151.23109.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.40%
GREEN value IS 219 (85.94% from 255) = 33.08%
BLUE value IS 255 (100% from 255) = 38.52%
R=28.40%
G=33.08%
B=38.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882192550.260.1400212.2410086.86
HexBCDBFF1AE00d46457
Octal274333377321600324144127
Binary101111001101101111111111110101110001101010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBFF; }

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

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

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

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

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

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

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

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