#B0CEED

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

Shades of Pale Cornflower Blue #B0CEED

Tints of Pale Cornflower Blue #B0CEED

Color information

#B0CEED (or 0xB0CEED) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CE and ED. RGB value is (176,206,237). Sum of RGB (Red+Green+Blue) = 176+206+237=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0CEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CEED is #4F3112. Grayscale: #C8C8C8. Windows color (decimal): -5189907 or 15584944. OLE color: 15584944.

HSL color Cylindrical-coordinate representation of color #B0CEED: hue angle of 210.49º degrees, saturation: 0.63, 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 #B0CEED is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176206237-
CMYK0.260.1300.07
HSL210.49º62.89%80.98%-
HSV(B)210.49º25.74%92.94%-
XYZ55.2659.4988.69-
YUV200.56148.56110.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.43%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=28.43%
G=33.28%
B=38.29%

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
Decimal1762062370.260.1300.07210.4962.8980.98
HexB0CEED1AD07d23f51
Octal26031635532150732277121
Binary1011000011001110111011011101011010111110100101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEED; }

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

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

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

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

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

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

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

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