Html Css Color HEX #B2C5BA Nebula

📋 copy color: '#B2C5BA'

red 178 ◦ green 197 ◦ blue 186

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

Shades of Nebula #B2C5BA

Tints of Nebula #B2C5BA

RGB

 RED value IS 178 (69.92% from 255) = 31.73%

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

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

R = 31.73%
G = 35.12%
B = 33.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#B2C5BA (or 0xB2C5BA) is known color: Nebula. HEX triplet: B2, C5 and BA. RGB value is (178,197,186). Sum of RGB (Red+Green+Blue) = 178+197+186=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C5BA is #4D3A45. Grayscale: #BEBEBE. Windows color (decimal): -5061190 or 12240306. OLE color: 12240306.

HSL color Cylindrical-coordinate representation of color #B2C5BA: hue angle of 145.26º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2C5BA is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 197 186 -
CMYK 0.10 0 0.06 0.23
HSL 145.26º 0.14% 0.74% -
HSV(B) 145.26º 0.1% 0.77% -
XYZ 47.19 52.94 54.19 -
YUV 190.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 178 197 186 0.10 0 0.06 0.23 145.26 0.14 0.74
Hex B2 C5 BA A 0 6 17 91 E 4A
Octal 262 305 272 12 0 6 27 221 16 112
Binary 10110010 11000101 10111010 1010 0 110 10111 10010001 1110 1001010

Color Harmonies of #B2C5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C5BA

Black with #B2C5BA

Text Example


Text Example

White with #B2C5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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