#B0CEFC

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

Shades of Pale Cornflower Blue #B0CEFC

Tints of Pale Cornflower Blue #B0CEFC

Color information

#B0CEFC (or 0xB0CEFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CE and FC. RGB value is (176,206,252). Sum of RGB (Red+Green+Blue) = 176+206+252=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0CEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CEFC is #4F3103. Grayscale: #CACACA. Windows color (decimal): -5189892 or 16567984. OLE color: 16567984.

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

Color convert

RGB176206252-
CMYK0.300.1800.01
HSL216.32º92.68%83.92%-
HSV(B)216.32º30.16%98.82%-
XYZ57.5560.4100.72-
YUV202.27156.06109.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.76%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=27.76%
G=32.49%
B=39.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762062520.300.1800.01216.3292.6883.92
HexB0CEFC1E1201d85d54
Octal260316374362201330135124
Binary1011000011001110111111001111010010011101100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEFC; }

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

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

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

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

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

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

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

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