#BCDDF6

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

Shades of Pale Cornflower Blue #BCDDF6

Tints of Pale Cornflower Blue #BCDDF6

Color information

#BCDDF6 (or 0xBCDDF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DD and F6. RGB value is (188,221,246). Sum of RGB (Red+Green+Blue) = 188+221+246=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCDDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDF6 is #432209. Grayscale: #D5D5D5. Windows color (decimal): -4399626 or 16178620. OLE color: 16178620.

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

Color convert

RGB188221246-
CMYK0.240.1000.04
HSL205.86º76.32%85.1%-
HSV(B)205.86º23.58%96.47%-
XYZ63.2369.0697.19-
YUV213.98146.07109.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.70%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 246 (96.48% from 255) = 37.56%
R=28.70%
G=33.74%
B=37.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882212460.240.1000.04205.8676.3285.1
HexBCDDF618A04ce4c55
Octal274335366301204316114125
Binary10111100110111011111011011000101001001100111010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDF6; }

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

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

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

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

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

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

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

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