#B0CEFF

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

Shades of Pale Cornflower Blue #B0CEFF

Tints of Pale Cornflower Blue #B0CEFF

Color information

#B0CEFF (or 0xB0CEFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CE and FF. RGB value is (176,206,255). Sum of RGB (Red+Green+Blue) = 176+206+255=637 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.63% from 637); Green value is 206 (80.86% from 255 or 32.34% 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 #B0CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CEFF is #4F3100. Grayscale: #CACACA. Windows color (decimal): -5189889 or 16764592. OLE color: 16764592.

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

Color convert

RGB176206255-
CMYK0.310.1900
HSL217.22º100%84.51%-
HSV(B)217.22º30.98%100%-
XYZ58.0360.59103.25-
YUV202.62157.56109.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.63%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 255 (100% from 255) = 40.03%
R=27.63%
G=32.34%
B=40.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762062550.310.1900217.2210084.51
HexB0CEFF1F1300d96455
Octal260316377372300331144125
Binary1011000011001110111111111111110011001101100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEFF; }

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

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

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

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

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

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

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

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