Html Css Color HEX #B4C5BA Nebula

📋 copy color: '#B4C5BA'

red 180 ◦ green 197 ◦ blue 186

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

Shades of Nebula #B4C5BA

Tints of Nebula #B4C5BA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.99%

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

R = 31.97%
G = 34.99%
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

#B4C5BA (or 0xB4C5BA) is known color: Nebula. HEX triplet: B4, C5 and BA. RGB value is (180,197,186). Sum of RGB (Red+Green+Blue) = 180+197+186=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C5BA is #4B3A45. Grayscale: #BEBEBE. Windows color (decimal): -4930118 or 12240308. OLE color: 12240308.

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

Color convert

RGB 180 197 186 -
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.65 53.18 54.21 -
YUV 190.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 180 197 186 0.09 0 0.06 0.23 141.18 0.13 0.74
Hex B4 C5 BA 9 0 6 17 8D D 4A
Octal 264 305 272 11 0 6 27 215 15 112
Binary 10110100 11000101 10111010 1001 0 110 10111 10001101 1101 1001010

Color Harmonies of #B4C5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C5BA

Black with #B4C5BA

Text Example


Text Example

White with #B4C5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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