#B0CBFC

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

Shades of Pale Cornflower Blue #B0CBFC

Tints of Pale Cornflower Blue #B0CBFC

Color information

#B0CBFC (or 0xB0CBFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CB and FC. RGB value is (176,203,252). Sum of RGB (Red+Green+Blue) = 176+203+252=631 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.89% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0CBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CBFC is #4F3403. Grayscale: #C8C8C8. Windows color (decimal): -5190660 or 16567216. OLE color: 16567216.

HSL color Cylindrical-coordinate representation of color #B0CBFC: hue angle of 218.68º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0CBFC is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176203252-
CMYK0.300.1900.01
HSL218.68º92.68%83.92%-
HSV(B)218.68º30.16%98.82%-
XYZ56.8358.97100.48-
YUV200.51157.05110.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.89%
GREEN value IS 203 (79.69% from 255) = 32.17%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=27.89%
G=32.17%
B=39.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762032520.300.1900.01218.6892.6883.92
HexB0CBFC1E1301db5d54
Octal260313374362301333135124
Binary1011000011001011111111001111010011011101101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CBFC; }

 p { color: rgb(176,203,252); }

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

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

 a { background-color: rgb(176,203,252); }

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

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

 span { border-color: rgb(176,203,252); }

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