Html Css Color HEX #98BBCB Heather

📋 copy color: '#98BBCB'

red 152 ◦ green 187 ◦ blue 203

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

Shades of Heather #98BBCB

Tints of Heather #98BBCB

RGB

 RED value IS 152 (59.77% from 255) = 28.04%

 GREEN value IS 187 (73.44% from 255) = 34.5%

 BLUE value IS 203 (79.69% from 255) = 37.45%

R = 28.04%
G = 34.5%
B = 37.45%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#98BBCB (or 0x98BBCB) is known color: Heather. HEX triplet: 98, BB and CB. RGB value is (152,187,203). Sum of RGB (Red+Green+Blue) = 152+187+203=542 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.04% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #98BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBCB is #674434. Grayscale: #B2B2B2. Windows color (decimal): -6767669 or 13351832. OLE color: 13351832.

HSL color Cylindrical-coordinate representation of color #98BBCB: hue angle of 198.82º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98BBCB is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 187 203 -
CMYK 0.25 0.08 0 0.20
HSL 198.82º 0.33% 0.7% -
HSV(B) 198.82º 0.25% 0.8% -
XYZ 41.5 46.53 63.29 -
YUV 178.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 152 187 203 0.25 0.08 0 0.20 198.82 0.33 0.7
Hex 98 BB CB 19 8 0 14 C7 21 46
Octal 230 273 313 31 10 0 24 307 41 106
Binary 10011000 10111011 11001011 11001 1000 0 10100 11000111 100001 1000110

Color Harmonies of #98BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BBCB

Black with #98BBCB

Text Example


Text Example

White with #98BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98BBCB; }

 p { color: rgb(152,187,203); }

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

background-color css

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

 a { background-color: rgb(152,187,203); }

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

border-color css

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

 span { border-color: rgb(152,187,203); }

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