#B0CEBC

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

Shades of Nebula #B0CEBC

Tints of Nebula #B0CEBC

Color information

#B0CEBC (or 0xB0CEBC) is unknown color: approx Nebula. HEX triplet: B0, CE and BC. RGB value is (176,206,188). Sum of RGB (Red+Green+Blue) = 176+206+188=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEBC is #4F3143. Grayscale: #C3C3C3. Windows color (decimal): -5189956 or 12373680. OLE color: 12373680.

HSL color Cylindrical-coordinate representation of color #B0CEBC: hue angle of 144º 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 #B0CEBC is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB176206188-
CMYK0.1500.090.19
HSL144º23.44%74.9%-
HSV(B)144º14.56%80.78%-
XYZ49.055755.99-
YUV194.98124.06114.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.88%
GREEN value IS 206 (80.86% from 255) = 36.14%
BLUE value IS 188 (73.83% from 255) = 32.98%
R=30.88%
G=36.14%
B=32.98%

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
Decimal1762061880.1500.090.1914423.4474.9
HexB0CEBCF091390174b
Octal260316274170112322027113
Binary1011000011001110101111001111010011001110010000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEBC; }

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

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

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

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

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

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

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

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