#B0CFF2

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

Shades of Pale Cornflower Blue #B0CFF2

Tints of Pale Cornflower Blue #B0CFF2

Color information

#B0CFF2 (or 0xB0CFF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CF and F2. RGB value is (176,207,242). Sum of RGB (Red+Green+Blue) = 176+207+242=625 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.16% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0CFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CFF2 is #4F300D. Grayscale: #C9C9C9. Windows color (decimal): -5189646 or 15912880. OLE color: 15912880.

HSL color Cylindrical-coordinate representation of color #B0CFF2: hue angle of 211.82º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0CFF2 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176207242-
CMYK0.270.1400.05
HSL211.82º71.74%81.96%-
HSV(B)211.82º27.27%94.9%-
XYZ56.2460.2792.67-
YUV201.72150.73109.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.16%
GREEN value IS 207 (81.25% from 255) = 33.12%
BLUE value IS 242 (94.92% from 255) = 38.72%
R=28.16%
G=33.12%
B=38.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762072420.270.1400.05211.8271.7481.96
HexB0CFF21BE05d44852
Octal260317362331605324110122
Binary10110000110011111111001011011111001011101010010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFF2; }

 p { color: rgb(176,207,242); }

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

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

 a { background-color: rgb(176,207,242); }

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

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

 span { border-color: rgb(176,207,242); }

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