Html Css Color HEX #B7C2BA Nebula

📋 copy color: '#B7C2BA'

red 183 ◦ green 194 ◦ blue 186

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

Shades of Nebula #B7C2BA

Tints of Nebula #B7C2BA

RGB

 RED value IS 183 (71.88% from 255) = 32.5%

 GREEN value IS 194 (76.17% from 255) = 34.46%

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

R = 32.5%
G = 34.46%
B = 33.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#B7C2BA (or 0xB7C2BA) is known color: Nebula. HEX triplet: B7, C2 and BA. RGB value is (183,194,186). Sum of RGB (Red+Green+Blue) = 183+194+186=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C2BA is #483D45. Grayscale: #BDBDBD. Windows color (decimal): -4734278 or 12239543. OLE color: 12239543.

HSL color Cylindrical-coordinate representation of color #B7C2BA: hue angle of 136.36º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7C2BA is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 194 186 -
CMYK 0.06 0 0.04 0.24
HSL 136.36º 0.08% 0.74% -
HSV(B) 136.36º 0.06% 0.76% -
XYZ 47.68 52.2 54.02 -
YUV 189.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 183 194 186 0.06 0 0.04 0.24 136.36 0.08 0.74
Hex B7 C2 BA 6 0 4 18 88 8 4A
Octal 267 302 272 6 0 4 30 210 10 112
Binary 10110111 11000010 10111010 110 0 100 11000 10001000 1000 1001010

Color Harmonies of #B7C2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C2BA

Black with #B7C2BA

Text Example


Text Example

White with #B7C2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C2BA; }

 p { color: rgb(183,194,186); }

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

background-color css

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

 a { background-color: rgb(183,194,186); }

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

border-color css

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

 span { border-color: rgb(183,194,186); }

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