Html Css Color HEX #B7C6BE Nebula

📋 copy color: '#B7C6BE'

red 183 ◦ green 198 ◦ blue 190

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

Shades of Nebula #B7C6BE

Tints of Nebula #B7C6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.68%

 BLUE value IS 190 (74.61% from 255) = 33.27%

R = 32.05%
G = 34.68%
B = 33.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#B7C6BE (or 0xB7C6BE) is known color: Nebula. HEX triplet: B7, C6 and BE. RGB value is (183,198,190). Sum of RGB (Red+Green+Blue) = 183+198+190=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 198 - color contains mainly: green. Hex color #B7C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C6BE is #483941. Grayscale: #C0C0C0. Windows color (decimal): -4733250 or 12502711. OLE color: 12502711.

HSL color Cylindrical-coordinate representation of color #B7C6BE: hue angle of 148º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7C6BE is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 198 190 -
CMYK 0.08 0 0.04 0.22
HSL 148º 0.12% 0.75% -
HSV(B) 148º 0.08% 0.78% -
XYZ 49.02 54.17 56.59 -
YUV 192.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 183 198 190 0.08 0 0.04 0.22 148 0.12 0.75
Hex B7 C6 BE 8 0 4 16 94 C 4B
Octal 267 306 276 10 0 4 26 224 14 113
Binary 10110111 11000110 10111110 1000 0 100 10110 10010100 1100 1001011

Color Harmonies of #B7C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C6BE

Black with #B7C6BE

Text Example


Text Example

White with #B7C6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C6BE; }

 p { color: rgb(183,198,190); }

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

background-color css

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

 a { background-color: rgb(183,198,190); }

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

border-color css

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

 span { border-color: rgb(183,198,190); }

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