Html Css Color HEX #B8C3BB Nebula

📋 copy color: '#B8C3BB'

red 184 ◦ green 195 ◦ blue 187

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

Shades of Nebula #B8C3BB

Tints of Nebula #B8C3BB

RGB

 RED value IS 184 (72.27% from 255) = 32.51%

 GREEN value IS 195 (76.56% from 255) = 34.45%

 BLUE value IS 187 (73.44% from 255) = 33.04%

R = 32.51%
G = 34.45%
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

#B8C3BB (or 0xB8C3BB) is known color: Nebula. HEX triplet: B8, C3 and BB. RGB value is (184,195,187). Sum of RGB (Red+Green+Blue) = 184+195+187=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C3BB is #473C44. Grayscale: #BEBEBE. Windows color (decimal): -4668485 or 12305336. OLE color: 12305336.

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

Color convert

RGB 184 195 187 -
CMYK 0.06 0 0.04 0.24
HSL 136.36º 0.08% 0.74% -
HSV(B) 136.36º 0.06% 0.76% -
XYZ 48.25 52.81 54.66 -
YUV 190.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 184 195 187 0.06 0 0.04 0.24 136.36 0.08 0.74
Hex B8 C3 BB 6 0 4 18 88 8 4A
Octal 270 303 273 6 0 4 30 210 10 112
Binary 10111000 11000011 10111011 110 0 100 11000 10001000 1000 1001010

Color Harmonies of #B8C3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C3BB

Black with #B8C3BB

Text Example


Text Example

White with #B8C3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C3BB; }

 p { color: rgb(184,195,187); }

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

background-color css

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

 a { background-color: rgb(184,195,187); }

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

border-color css

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

 span { border-color: rgb(184,195,187); }

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