#B2CCFF

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

Shades of Pale Cornflower Blue #B2CCFF

Tints of Pale Cornflower Blue #B2CCFF

Color information

#B2CCFF (or 0xB2CCFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B2, CC and FF. RGB value is (178,204,255). Sum of RGB (Red+Green+Blue) = 178+204+255=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CCFF is #4D3300. Grayscale: #C9C9C9. Windows color (decimal): -5059329 or 16764082. OLE color: 16764082.

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

Color convert

RGB178204255-
CMYK0.300.200
HSL219.74º100%84.9%-
HSV(B)219.74º30.2%100%-
XYZ5859.87103.11-
YUV202.04157.89110.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.94%
GREEN value IS 204 (80.08% from 255) = 32.03%
BLUE value IS 255 (100% from 255) = 40.03%
R=27.94%
G=32.03%
B=40.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782042550.300.200219.7410084.9
HexB2CCFF1E1400dc6455
Octal262314377362400334144125
Binary1011001011001100111111111111010100001101110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CCFF; }

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

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

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

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

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

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

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

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