#B7CABD

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

Shades of Nebula #B7CABD

Tints of Nebula #B7CABD

Color information

#B7CABD (or 0xB7CABD) is unknown color: approx Nebula. HEX triplet: B7, CA and BD. RGB value is (183,202,189). Sum of RGB (Red+Green+Blue) = 183+202+189=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CABD is #483542. Grayscale: #C2C2C2. Windows color (decimal): -4732227 or 12438199. OLE color: 12438199.

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

Color convert

RGB183202189-
CMYK0.0900.060.21
HSL138.95º15.2%75.49%-
HSV(B)138.95º9.41%79.22%-
XYZ49.8355.9856.32-
YUV194.84124.71119.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.88%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=31.88%
G=35.19%
B=32.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832021890.0900.060.21138.9515.275.49
HexB7CABD906158bf4b
Octal26731227511062521317113
Binary10110111110010101011110110010110101011000101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CABD; }

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

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

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

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

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

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

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

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