#BCDDF5

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

Shades of Pale Cornflower Blue #BCDDF5

Tints of Pale Cornflower Blue #BCDDF5

Color information

#BCDDF5 (or 0xBCDDF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DD and F5. RGB value is (188,221,245). Sum of RGB (Red+Green+Blue) = 188+221+245=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCDDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDF5 is #43220A. Grayscale: #D5D5D5. Windows color (decimal): -4399627 or 16113084. OLE color: 16113084.

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

Color convert

RGB188221245-
CMYK0.230.1000.04
HSL205.26º74.03%84.9%-
HSV(B)205.26º23.27%96.08%-
XYZ63.086996.38-
YUV213.87145.57109.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.75%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 245 (96.09% from 255) = 37.46%
R=28.75%
G=33.79%
B=37.46%

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
Decimal1882212450.230.1000.04205.2674.0384.9
HexBCDDF517A04cd4a55
Octal274335365271204315112125
Binary10111100110111011111010110111101001001100110110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDF5; }

 p { color: rgb(188,221,245); }

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

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

 a { background-color: rgb(188,221,245); }

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

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

 span { border-color: rgb(188,221,245); }

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