#B7CABF

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

Shades of Nebula #B7CABF

Tints of Nebula #B7CABF

Color information

#B7CABF (or 0xB7CABF) is unknown color: approx Nebula. HEX triplet: B7, CA and BF. RGB value is (183,202,191). Sum of RGB (Red+Green+Blue) = 183+202+191=576 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.77% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CABF is #483540. Grayscale: #C3C3C3. Windows color (decimal): -4732225 or 12569271. OLE color: 12569271.

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

Color convert

RGB183202191-
CMYK0.0900.050.21
HSL145.26º15.2%75.49%-
HSV(B)145.26º9.41%79.22%-
XYZ50.0556.0757.47-
YUV195.06125.71119.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.77%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 191 (75% from 255) = 33.16%
R=31.77%
G=35.07%
B=33.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832021910.0900.050.21145.2615.275.49
HexB7CABF9051591f4b
Octal26731227711052522117113
Binary10110111110010101011111110010101101011001000111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CABF; }

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

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

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

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

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

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

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

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