#B2CCFE

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

Shades of Pale Cornflower Blue #B2CCFE

Tints of Pale Cornflower Blue #B2CCFE

Color information

#B2CCFE (or 0xB2CCFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B2, CC and FE. RGB value is (178,204,254). Sum of RGB (Red+Green+Blue) = 178+204+254=636 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.99% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2CCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CCFE is #4D3301. Grayscale: #C9C9C9. Windows color (decimal): -5059330 or 16698546. OLE color: 16698546.

HSL color Cylindrical-coordinate representation of color #B2CCFE: hue angle of 219.47º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2CCFE is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB178204254-
CMYK0.300.2000.00
HSL219.47º97.44%84.71%-
HSV(B)219.47º29.92%99.61%-
XYZ57.8459.81102.26-
YUV201.93157.39110.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.99%
GREEN value IS 204 (80.08% from 255) = 32.08%
BLUE value IS 254 (99.61% from 255) = 39.94%
R=27.99%
G=32.08%
B=39.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782042540.300.2000.00219.4797.4484.71
HexB2CCFE1E1400db6155
Octal262314376362400333141125
Binary1011001011001100111111101111010100001101101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CCFE; }

 p { color: rgb(178,204,254); }

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

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

 a { background-color: rgb(178,204,254); }

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

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

 span { border-color: rgb(178,204,254); }

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