Html Css Color HEX #98BBC1 Casper

📋 copy color: '#98BBC1'

red 152 ◦ green 187 ◦ blue 193

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

Shades of Casper #98BBC1

Tints of Casper #98BBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.28%

R = 28.57%
G = 35.15%
B = 36.28%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#98BBC1 (or 0x98BBC1) is known color: Casper. HEX triplet: 98, BB and C1. RGB value is (152,187,193). Sum of RGB (Red+Green+Blue) = 152+187+193=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #98BBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBC1 is #67443E. Grayscale: #B1B1B1. Windows color (decimal): -6767679 or 12696472. OLE color: 12696472.

HSL color Cylindrical-coordinate representation of color #98BBC1: hue angle of 188.78º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98BBC1 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 187 193 -
CMYK 0.21 0.03 0 0.24
HSL 188.78º 0.25% 0.68% -
HSV(B) 188.78º 0.21% 0.76% -
XYZ 40.34 46.07 57.22 -
YUV 177.22 136.9 110.01 -
System Red Green Blue C M Y K H S L
Decimal 152 187 193 0.21 0.03 0 0.24 188.78 0.25 0.68
Hex 98 BB C1 15 3 0 18 BD 19 44
Octal 230 273 301 25 3 0 30 275 31 104
Binary 10011000 10111011 11000001 10101 11 0 11000 10111101 11001 1000100

Color Harmonies of #98BBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BBC1

Black with #98BBC1

Text Example


Text Example

White with #98BBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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