Html Css Color HEX #B3C4BA Nebula

📋 copy color: '#B3C4BA'

red 179 ◦ green 196 ◦ blue 186

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

Shades of Nebula #B3C4BA

Tints of Nebula #B3C4BA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.94%

 BLUE value IS 186 (73.05% from 255) = 33.16%

R = 31.91%
G = 34.94%
B = 33.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#B3C4BA (or 0xB3C4BA) is known color: Nebula. HEX triplet: B3, C4 and BA. RGB value is (179,196,186). Sum of RGB (Red+Green+Blue) = 179+196+186=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C4BA is #4C3B45. Grayscale: #BDBDBD. Windows color (decimal): -4995910 or 12240051. OLE color: 12240051.

HSL color Cylindrical-coordinate representation of color #B3C4BA: hue angle of 144.71º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3C4BA is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 196 186 -
CMYK 0.09 0 0.05 0.23
HSL 144.71º 0.13% 0.74% -
HSV(B) 144.71º 0.09% 0.77% -
XYZ 47.19 52.61 54.12 -
YUV 189.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 179 196 186 0.09 0 0.05 0.23 144.71 0.13 0.74
Hex B3 C4 BA 9 0 5 17 91 D 4A
Octal 263 304 272 11 0 5 27 221 15 112
Binary 10110011 11000100 10111010 1001 0 101 10111 10010001 1101 1001010

Color Harmonies of #B3C4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C4BA

Black with #B3C4BA

Text Example


Text Example

White with #B3C4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C4BA; }

 p { color: rgb(179,196,186); }

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

background-color css

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

 a { background-color: rgb(179,196,186); }

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

border-color css

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

 span { border-color: rgb(179,196,186); }

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