#B0CEBB

Color #B0CEBB Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #B0CEBB

Tints of Nebula #B0CEBB

Color information

#B0CEBB (or 0xB0CEBB) is unknown color: approx Nebula. HEX triplet: B0, CE and BB. RGB value is (176,206,187). Sum of RGB (Red+Green+Blue) = 176+206+187=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEBB is #4F3144. Grayscale: #C2C2C2. Windows color (decimal): -5189957 or 12308144. OLE color: 12308144.

HSL color Cylindrical-coordinate representation of color #B0CEBB: hue angle of 142º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CEBB is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB176206187-
CMYK0.1500.090.19
HSL142º23.44%74.9%-
HSV(B)142º14.56%80.78%-
XYZ48.9556.9655.43-
YUV194.86123.56114.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.93%
GREEN value IS 206 (80.86% from 255) = 36.20%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=30.93%
G=36.20%
B=32.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762061870.1500.090.1914223.4474.9
HexB0CEBBF09138e174b
Octal260316273170112321627113
Binary1011000011001110101110111111010011001110001110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEBB; }

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

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

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

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

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

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

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

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