Html Css Color HEX #99BAB9 Conch

📋 copy color: '#99BAB9'

red 153 ◦ green 186 ◦ blue 185

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

Shades of Conch #99BAB9

Tints of Conch #99BAB9

RGB

 RED value IS 153 (60.16% from 255) = 29.2%

 GREEN value IS 186 (73.05% from 255) = 35.5%

 BLUE value IS 185 (72.66% from 255) = 35.31%

R = 29.2%
G = 35.5%
B = 35.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#99BAB9 (or 0x99BAB9) is known color: Conch. HEX triplet: 99, BA and B9. RGB value is (153,186,185). Sum of RGB (Red+Green+Blue) = 153+186+185=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #99BAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BAB9 is #664546. Grayscale: #AFAFAF. Windows color (decimal): -6702407 or 12171929. OLE color: 12171929.

HSL color Cylindrical-coordinate representation of color #99BAB9: hue angle of 178.18º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BAB9 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 186 185 -
CMYK 0.18 0 0.01 0.27
HSL 178.18º 0.19% 0.66% -
HSV(B) 178.18º 0.18% 0.73% -
XYZ 39.45 45.39 52.58 -
YUV 176.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 153 186 185 0.18 0 0.01 0.27 178.18 0.19 0.66
Hex 99 BA B9 12 0 1 1B B2 13 42
Octal 231 272 271 22 0 1 33 262 23 102
Binary 10011001 10111010 10111001 10010 0 1 11011 10110010 10011 1000010

Color Harmonies of #99BAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BAB9

Black with #99BAB9

Text Example


Text Example

White with #99BAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99BAB9; }

 p { color: rgb(153,186,185); }

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

background-color css

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

 a { background-color: rgb(153,186,185); }

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

border-color css

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

 span { border-color: rgb(153,186,185); }

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