#BCDDFE

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

Shades of Pale Cornflower Blue #BCDDFE

Tints of Pale Cornflower Blue #BCDDFE

Color information

#BCDDFE (or 0xBCDDFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DD and FE. RGB value is (188,221,254). Sum of RGB (Red+Green+Blue) = 188+221+254=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDFE is #432201. Grayscale: #D6D6D6. Windows color (decimal): -4399618 or 16702908. OLE color: 16702908.

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

Color convert

RGB188221254-
CMYK0.260.1300.00
HSL210º97.06%86.67%-
HSV(B)210º25.98%99.61%-
XYZ64.4869.56103.79-
YUV214.9150.07108.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.36%
GREEN value IS 221 (86.72% from 255) = 33.33%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=28.36%
G=33.33%
B=38.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882212540.260.1300.0021097.0686.67
HexBCDDFE1AD00d26157
Octal274335376321500322141127
Binary101111001101110111111110110101101001101001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDFE; }

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

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

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

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

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

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

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

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