#B0CEEE

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

Shades of Pale Cornflower Blue #B0CEEE

Tints of Pale Cornflower Blue #B0CEEE

Color information

#B0CEEE (or 0xB0CEEE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CE and EE. RGB value is (176,206,238). Sum of RGB (Red+Green+Blue) = 176+206+238=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0CEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CEEE is #4F3111. Grayscale: #C8C8C8. Windows color (decimal): -5189906 or 15650480. OLE color: 15650480.

HSL color Cylindrical-coordinate representation of color #B0CEEE: hue angle of 210.97º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0CEEE is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176206238-
CMYK0.260.1300.07
HSL210.97º64.58%81.18%-
HSV(B)210.97º26.05%93.33%-
XYZ55.4159.5589.46-
YUV200.68149.06110.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.39%
GREEN value IS 206 (80.86% from 255) = 33.23%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=28.39%
G=33.23%
B=38.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762062380.260.1300.07210.9764.5881.18
HexB0CEEE1AD07d34151
Octal260316356321507323101121
Binary10110000110011101110111011010110101111101001110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEEE; }

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

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

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

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

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

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

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

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