Html Css Color HEX #B3C4B9 Nebula

📋 copy color: '#B3C4B9'

red 179 ◦ green 196 ◦ blue 185

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

Shades of Nebula #B3C4B9

Tints of Nebula #B3C4B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.04%

R = 31.96%
G = 35%
B = 33.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#B3C4B9 (or 0xB3C4B9) is known color: Nebula. HEX triplet: B3, C4 and B9. RGB value is (179,196,185). Sum of RGB (Red+Green+Blue) = 179+196+185=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C4B9 is #4C3B46. Grayscale: #BDBDBD. Windows color (decimal): -4995911 or 12174515. OLE color: 12174515.

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

Color convert

RGB 179 196 185 -
CMYK 0.09 0 0.06 0.23
HSL 141.18º 0.13% 0.74% -
HSV(B) 141.18º 0.09% 0.77% -
XYZ 47.09 52.57 53.56 -
YUV 189.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 179 196 185 0.09 0 0.06 0.23 141.18 0.13 0.74
Hex B3 C4 B9 9 0 6 17 8D D 4A
Octal 263 304 271 11 0 6 27 215 15 112
Binary 10110011 11000100 10111001 1001 0 110 10111 10001101 1101 1001010

Color Harmonies of #B3C4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C4B9

Black with #B3C4B9

Text Example


Text Example

White with #B3C4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C4B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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