Html Css Color HEX #B3C3B8 Nebula

📋 copy color: '#B3C3B8'

red 179 ◦ green 195 ◦ blue 184

#B3C3B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #B3C3B8

Tints of Nebula #B3C3B8

RGB

 RED value IS 179 (70.31% from 255) = 32.08%

 GREEN value IS 195 (76.56% from 255) = 34.95%

 BLUE value IS 184 (72.27% from 255) = 32.97%

R = 32.08%
G = 34.95%
B = 32.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#B3C3B8 (or 0xB3C3B8) is known color: Nebula. HEX triplet: B3, C3 and B8. RGB value is (179,195,184). Sum of RGB (Red+Green+Blue) = 179+195+184=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C3B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C3B8 is #4C3C47. Grayscale: #BCBCBC. Windows color (decimal): -4996168 or 12108723. OLE color: 12108723.

HSL color Cylindrical-coordinate representation of color #B3C3B8: hue angle of 138.75º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3C3B8 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 195 184 -
CMYK 0.08 0 0.06 0.24
HSL 138.75º 0.12% 0.73% -
HSV(B) 138.75º 0.08% 0.76% -
XYZ 46.76 52.07 52.93 -
YUV 188.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 179 195 184 0.08 0 0.06 0.24 138.75 0.12 0.73
Hex B3 C3 B8 8 0 6 18 8B C 49
Octal 263 303 270 10 0 6 30 213 14 111
Binary 10110011 11000011 10111000 1000 0 110 11000 10001011 1100 1001001

Color Harmonies of #B3C3B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C3B8

Black with #B3C3B8

Text Example


Text Example

White with #B3C3B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C3B8; }

 p { color: rgb(179,195,184); }

 H1.HeaderClassName
 {
   color: #B3C3B8;
 }
 .AnyTagClassName
 {
   color: #B3C3B8;
 }
</style>

background-color css

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

 a { background-color: rgb(179,195,184); }

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

border-color css

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

 span { border-color: rgb(179,195,184); }

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