Html Css Color HEX #98BBC5 Casper

📋 copy color: '#98BBC5'

red 152 ◦ green 187 ◦ blue 197

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

Shades of Casper #98BBC5

Tints of Casper #98BBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.75%

R = 28.36%
G = 34.89%
B = 36.75%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#98BBC5 (or 0x98BBC5) is known color: Casper. HEX triplet: 98, BB and C5. RGB value is (152,187,197). Sum of RGB (Red+Green+Blue) = 152+187+197=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 197 - color contains mainly: blue. Hex color #98BBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBC5 is #67443A. Grayscale: #B1B1B1. Windows color (decimal): -6767675 or 12958616. OLE color: 12958616.

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

Color convert

RGB 152 187 197 -
CMYK 0.23 0.05 0 0.23
HSL 193.33º 0.28% 0.68% -
HSV(B) 193.33º 0.23% 0.77% -
XYZ 40.8 46.25 59.6 -
YUV 177.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 152 187 197 0.23 0.05 0 0.23 193.33 0.28 0.68
Hex 98 BB C5 17 5 0 17 C1 1C 44
Octal 230 273 305 27 5 0 27 301 34 104
Binary 10011000 10111011 11000101 10111 101 0 10111 11000001 11100 1000100

Color Harmonies of #98BBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BBC5

Black with #98BBC5

Text Example


Text Example

White with #98BBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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