#B7CBBF

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

Shades of Nebula #B7CBBF

Tints of Nebula #B7CBBF

Color information

#B7CBBF (or 0xB7CBBF) is unknown color: approx Nebula. HEX triplet: B7, CB and BF. RGB value is (183,203,191). Sum of RGB (Red+Green+Blue) = 183+203+191=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBBF is #483440. Grayscale: #C3C3C3. Windows color (decimal): -4731969 or 12569527. OLE color: 12569527.

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

Color convert

RGB183203191-
CMYK0.1000.060.20
HSL144º16.13%75.69%-
HSV(B)144º9.85%79.61%-
XYZ50.2956.5457.55-
YUV195.65125.37118.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.72%
GREEN value IS 203 (79.69% from 255) = 35.18%
BLUE value IS 191 (75% from 255) = 33.10%
R=31.72%
G=35.18%
B=33.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832031910.1000.060.2014416.1375.69
HexB7CBBFA061490104c
Octal26731327712062422020114
Binary101101111100101110111111101001101010010010000100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CBBF; }

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

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

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

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

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

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

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

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