#B3CABD

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

Shades of Nebula #B3CABD

Tints of Nebula #B3CABD

Color information

#B3CABD (or 0xB3CABD) is unknown color: approx Nebula. HEX triplet: B3, CA and BD. RGB value is (179,202,189). Sum of RGB (Red+Green+Blue) = 179+202+189=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CABD is #4C3542. Grayscale: #C1C1C1. Windows color (decimal): -4994371 or 12438195. OLE color: 12438195.

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

Color convert

RGB179202189-
CMYK0.1100.060.21
HSL146.09º17.83%74.71%-
HSV(B)146.09º11.39%79.22%-
XYZ48.955.556.28-
YUV193.64125.38117.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.40%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=31.40%
G=35.44%
B=33.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021890.1100.060.21146.0917.8374.71
HexB3CABDB061592124b
Octal26331227513062522222113
Binary101100111100101010111101101101101010110010010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CABD; }

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

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

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

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

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

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

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

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