Html Css Color HEX #98BEC1 Casper

📋 copy color: '#98BEC1'

red 152 ◦ green 190 ◦ blue 193

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

Shades of Casper #98BEC1

Tints of Casper #98BEC1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.51%

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

R = 28.41%
G = 35.51%
B = 36.07%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#98BEC1 (or 0x98BEC1) is known color: Casper. HEX triplet: 98, BE and C1. RGB value is (152,190,193). Sum of RGB (Red+Green+Blue) = 152+190+193=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #98BEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BEC1 is #67413E. Grayscale: #B2B2B2. Windows color (decimal): -6766911 or 12697240. OLE color: 12697240.

HSL color Cylindrical-coordinate representation of color #98BEC1: hue angle of 184.39º 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 #98BEC1 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 190 193 -
CMYK 0.21 0.02 0 0.24
HSL 184.39º 0.25% 0.68% -
HSV(B) 184.39º 0.21% 0.76% -
XYZ 40.99 47.35 57.43 -
YUV 178.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 152 190 193 0.21 0.02 0 0.24 184.39 0.25 0.68
Hex 98 BE C1 15 2 0 18 B8 19 44
Octal 230 276 301 25 2 0 30 270 31 104
Binary 10011000 10111110 11000001 10101 10 0 11000 10111000 11001 1000100

Color Harmonies of #98BEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BEC1

Black with #98BEC1

Text Example


Text Example

White with #98BEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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