Html Css Color HEX #B4C4BA Nebula

📋 copy color: '#B4C4BA'

red 180 ◦ green 196 ◦ blue 186

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

Shades of Nebula #B4C4BA

Tints of Nebula #B4C4BA

RGB

 RED value IS 180 (70.7% from 255) = 32.03%

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

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

R = 32.03%
G = 34.88%
B = 33.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#B4C4BA (or 0xB4C4BA) is known color: Nebula. HEX triplet: B4, C4 and BA. RGB value is (180,196,186). Sum of RGB (Red+Green+Blue) = 180+196+186=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C4BA is #4B3B45. Grayscale: #BEBEBE. Windows color (decimal): -4930374 or 12240052. OLE color: 12240052.

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

Color convert

RGB 180 196 186 -
CMYK 0.08 0 0.05 0.23
HSL 142.5º 0.12% 0.74% -
HSV(B) 142.5º 0.08% 0.77% -
XYZ 47.43 52.73 54.13 -
YUV 190.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 180 196 186 0.08 0 0.05 0.23 142.5 0.12 0.74
Hex B4 C4 BA 8 0 5 17 8E C 4A
Octal 264 304 272 10 0 5 27 216 14 112
Binary 10110100 11000100 10111010 1000 0 101 10111 10001110 1100 1001010

Color Harmonies of #B4C4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C4BA

Black with #B4C4BA

Text Example


Text Example

White with #B4C4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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