#B7CBC0

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

Shades of Nebula #B7CBC0

Tints of Nebula #B7CBC0

Color information

#B7CBC0 (or 0xB7CBC0) is unknown color: approx Nebula. HEX triplet: B7, CB and C0. RGB value is (183,203,192). Sum of RGB (Red+Green+Blue) = 183+203+192=578 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.66% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBC0 is #48343F. Grayscale: #C3C3C3. Windows color (decimal): -4731968 or 12635063. OLE color: 12635063.

HSL color Cylindrical-coordinate representation of color #B7CBC0: hue angle of 147º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7CBC0 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB183203192-
CMYK0.1000.050.20
HSL147º16.13%75.69%-
HSV(B)147º9.85%79.61%-
XYZ50.456.5858.13-
YUV195.77125.87118.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.66%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 192 (75.39% from 255) = 33.22%
R=31.66%
G=35.12%
B=33.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832031920.1000.050.2014716.1375.69
HexB7CBC0A051493104c
Octal26731330012052422320114
Binary101101111100101111000000101001011010010010011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CBC0; }

 p { color: rgb(183,203,192); }

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

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

 a { background-color: rgb(183,203,192); }

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

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

 span { border-color: rgb(183,203,192); }

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