#B2CFFF

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

Shades of Pale Cornflower Blue #B2CFFF

Tints of Pale Cornflower Blue #B2CFFF

Color information

#B2CFFF (or 0xB2CFFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B2, CF and FF. RGB value is (178,207,255). Sum of RGB (Red+Green+Blue) = 178+207+255=640 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.81% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CFFF is #4D3000. Grayscale: #CBCBCB. Windows color (decimal): -5058561 or 16764850. OLE color: 16764850.

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

Color convert

RGB178207255-
CMYK0.300.1900
HSL217.4º100%84.9%-
HSV(B)217.4º30.2%100%-
XYZ58.7261.31103.35-
YUV203.8156.89109.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.81%
GREEN value IS 207 (81.25% from 255) = 32.34%
BLUE value IS 255 (100% from 255) = 39.84%
R=27.81%
G=32.34%
B=39.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1782072550.300.1900217.410084.9
HexB2CFFF1E1300d96455
Octal262317377362300331144125
Binary1011001011001111111111111111010011001101100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CFFF; }

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

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

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

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

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

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

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

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