Html Css Color HEX #B5C5BB Nebula

📋 copy color: '#B5C5BB'

red 181 ◦ green 197 ◦ blue 187

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

Shades of Nebula #B5C5BB

Tints of Nebula #B5C5BB

RGB

 RED value IS 181 (71.09% from 255) = 32.04%

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

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

R = 32.04%
G = 34.87%
B = 33.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#B5C5BB (or 0xB5C5BB) is known color: Nebula. HEX triplet: B5, C5 and BB. RGB value is (181,197,187). Sum of RGB (Red+Green+Blue) = 181+197+187=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5BB is #4A3A44. Grayscale: #BFBFBF. Windows color (decimal): -4864581 or 12305845. OLE color: 12305845.

HSL color Cylindrical-coordinate representation of color #B5C5BB: hue angle of 142.5º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5C5BB is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 197 187 -
CMYK 0.08 0 0.05 0.23
HSL 142.5º 0.12% 0.74% -
HSV(B) 142.5º 0.08% 0.77% -
XYZ 47.99 53.34 54.78 -
YUV 191.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 181 197 187 0.08 0 0.05 0.23 142.5 0.12 0.74
Hex B5 C5 BB 8 0 5 17 8E C 4A
Octal 265 305 273 10 0 5 27 216 14 112
Binary 10110101 11000101 10111011 1000 0 101 10111 10001110 1100 1001010

Color Harmonies of #B5C5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C5BB

Black with #B5C5BB

Text Example


Text Example

White with #B5C5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C5BB; }

 p { color: rgb(181,197,187); }

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

background-color css

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

 a { background-color: rgb(181,197,187); }

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

border-color css

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

 span { border-color: rgb(181,197,187); }

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