Html Css Color HEX #9BBEAD Skeptic

📋 copy color: '#9BBEAD'

red 155 ◦ green 190 ◦ blue 173

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

Shades of Skeptic #9BBEAD

Tints of Skeptic #9BBEAD

RGB

 RED value IS 155 (60.94% from 255) = 29.92%

 GREEN value IS 190 (74.61% from 255) = 36.68%

 BLUE value IS 173 (67.97% from 255) = 33.4%

R = 29.92%
G = 36.68%
B = 33.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#9BBEAD (or 0x9BBEAD) is known color: Skeptic. HEX triplet: 9B, BE and AD. RGB value is (155,190,173). Sum of RGB (Red+Green+Blue) = 155+190+173=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBEAD is #644152. Grayscale: #B1B1B1. Windows color (decimal): -6570323 or 11386523. OLE color: 11386523.

HSL color Cylindrical-coordinate representation of color #9BBEAD: hue angle of 150.86º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBEAD is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 190 173 -
CMYK 0.18 0 0.09 0.25
HSL 150.86º 0.21% 0.68% -
HSV(B) 150.86º 0.18% 0.75% -
XYZ 39.47 46.81 46.49 -
YUV 177.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 155 190 173 0.18 0 0.09 0.25 150.86 0.21 0.68
Hex 9B BE AD 12 0 9 19 97 15 44
Octal 233 276 255 22 0 11 31 227 25 104
Binary 10011011 10111110 10101101 10010 0 1001 11001 10010111 10101 1000100

Color Harmonies of #9BBEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBEAD

Black with #9BBEAD

Text Example


Text Example

White with #9BBEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BBEAD; }

 p { color: rgb(155,190,173); }

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

background-color css

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

 a { background-color: rgb(155,190,173); }

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

border-color css

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

 span { border-color: rgb(155,190,173); }

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