Html Css Color HEX #B4C5B9 Nebula

📋 copy color: '#B4C5B9'

red 180 ◦ green 197 ◦ blue 185

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

Shades of Nebula #B4C5B9

Tints of Nebula #B4C5B9

RGB

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

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

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

R = 32.03%
G = 35.05%
B = 32.92%

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

#B4C5B9 (or 0xB4C5B9) is known color: Nebula. HEX triplet: B4, C5 and B9. RGB value is (180,197,185). Sum of RGB (Red+Green+Blue) = 180+197+185=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C5B9 is #4B3A46. Grayscale: #BEBEBE. Windows color (decimal): -4930119 or 12174772. OLE color: 12174772.

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

Color convert

RGB 180 197 185 -
CMYK 0.09 0 0.06 0.23
HSL 137.65º 0.13% 0.74% -
HSV(B) 137.65º 0.09% 0.77% -
XYZ 47.55 53.14 53.65 -
YUV 190.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 180 197 185 0.09 0 0.06 0.23 137.65 0.13 0.74
Hex B4 C5 B9 9 0 6 17 8A D 4A
Octal 264 305 271 11 0 6 27 212 15 112
Binary 10110100 11000101 10111001 1001 0 110 10111 10001010 1101 1001010

Color Harmonies of #B4C5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C5B9

Black with #B4C5B9

Text Example


Text Example

White with #B4C5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C5B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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