#B7CABC

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

Shades of Nebula #B7CABC

Tints of Nebula #B7CABC

Color information

#B7CABC (or 0xB7CABC) is unknown color: approx Nebula. HEX triplet: B7, CA and BC. RGB value is (183,202,188). Sum of RGB (Red+Green+Blue) = 183+202+188=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CABC is #483543. Grayscale: #C2C2C2. Windows color (decimal): -4732228 or 12372663. OLE color: 12372663.

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

Color convert

RGB183202188-
CMYK0.0900.070.21
HSL135.79º15.2%75.49%-
HSV(B)135.79º9.41%79.22%-
XYZ49.7355.9455.75-
YUV194.72124.21119.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.94%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 188 (73.83% from 255) = 32.81%
R=31.94%
G=35.25%
B=32.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832021880.0900.070.21135.7915.275.49
HexB7CABC9071588f4b
Octal26731227411072521017113
Binary10110111110010101011110010010111101011000100011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CABC; }

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

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

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

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

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

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

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

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