Html Css Color HEX #99B4B3 Conch

📋 copy color: '#99B4B3'

red 153 ◦ green 180 ◦ blue 179

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

Shades of Conch #99B4B3

Tints of Conch #99B4B3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.16%

 BLUE value IS 179 (70.31% from 255) = 34.96%

R = 29.88%
G = 35.16%
B = 34.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#99B4B3 (or 0x99B4B3) is known color: Conch. HEX triplet: 99, B4 and B3. RGB value is (153,180,179). Sum of RGB (Red+Green+Blue) = 153+180+179=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 180 - color contains mainly: green. Hex color #99B4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B4B3 is #664B4C. Grayscale: #ABABAB. Windows color (decimal): -6703949 or 11777177. OLE color: 11777177.

HSL color Cylindrical-coordinate representation of color #99B4B3: hue angle of 177.78º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B4B3 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 180 179 -
CMYK 0.15 0 0.01 0.29
HSL 177.78º 0.15% 0.65% -
HSV(B) 177.78º 0.15% 0.71% -
XYZ 37.59 42.67 48.9 -
YUV 171.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 153 180 179 0.15 0 0.01 0.29 177.78 0.15 0.65
Hex 99 B4 B3 F 0 1 1D B2 F 41
Octal 231 264 263 17 0 1 35 262 17 101
Binary 10011001 10110100 10110011 1111 0 1 11101 10110010 1111 1000001

Color Harmonies of #99B4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B4B3

Black with #99B4B3

Text Example


Text Example

White with #99B4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,180,179); }

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

background-color css

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

 a { background-color: rgb(153,180,179); }

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

border-color css

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

 span { border-color: rgb(153,180,179); }

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