Html Css Color HEX #98BFC1 Jungle Mist

📋 copy color: '#98BFC1'

red 152 ◦ green 191 ◦ blue 193

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

Shades of Jungle Mist #98BFC1

Tints of Jungle Mist #98BFC1

RGB

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

 GREEN value IS 191 (75% from 255) = 35.63%

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

R = 28.36%
G = 35.63%
B = 36.01%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#98BFC1 (or 0x98BFC1) is known color: Jungle Mist. HEX triplet: 98, BF and C1. RGB value is (152,191,193). Sum of RGB (Red+Green+Blue) = 152+191+193=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #98BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BFC1 is #67403E. Grayscale: #B3B3B3. Windows color (decimal): -6766655 or 12697496. OLE color: 12697496.

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

Color convert

RGB 152 191 193 -
CMYK 0.21 0.01 0 0.24
HSL 182.93º 0.25% 0.68% -
HSV(B) 182.93º 0.21% 0.76% -
XYZ 41.21 47.79 57.5 -
YUV 179.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 152 191 193 0.21 0.01 0 0.24 182.93 0.25 0.68
Hex 98 BF C1 15 1 0 18 B7 19 44
Octal 230 277 301 25 1 0 30 267 31 104
Binary 10011000 10111111 11000001 10101 1 0 11000 10110111 11001 1000100

Color Harmonies of #98BFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BFC1

Black with #98BFC1

Text Example


Text Example

White with #98BFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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