#BCDDFF

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

Shades of Pale Cornflower Blue #BCDDFF

Tints of Pale Cornflower Blue #BCDDFF

Color information

#BCDDFF (or 0xBCDDFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DD and FF. RGB value is (188,221,255). Sum of RGB (Red+Green+Blue) = 188+221+255=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDFF is #432200. Grayscale: #D6D6D6. Windows color (decimal): -4399617 or 16768444. OLE color: 16768444.

HSL color Cylindrical-coordinate representation of color #BCDDFF: hue angle of 210.45º 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 #BCDDFF is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188221255-
CMYK0.260.1300
HSL210.45º100%86.86%-
HSV(B)210.45º26.27%100%-
XYZ64.6569.62104.64-
YUV215.01150.57108.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.31%
GREEN value IS 221 (86.72% from 255) = 33.28%
BLUE value IS 255 (100% from 255) = 38.40%
R=28.31%
G=33.28%
B=38.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882212550.260.1300210.4510086.86
HexBCDDFF1AD00d26457
Octal274335377321500322144127
Binary101111001101110111111111110101101001101001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDFF; }

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

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

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

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

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

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

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

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