Html Css Color HEX #98BDC3 Casper

📋 copy color: '#98BDC3'

red 152 ◦ green 189 ◦ blue 195

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

Shades of Casper #98BDC3

Tints of Casper #98BDC3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.26%

 BLUE value IS 195 (76.56% from 255) = 36.38%

R = 28.36%
G = 35.26%
B = 36.38%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#98BDC3 (or 0x98BDC3) is known color: Casper. HEX triplet: 98, BD and C3. RGB value is (152,189,195). Sum of RGB (Red+Green+Blue) = 152+189+195=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 195 - color contains mainly: blue. Hex color #98BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BDC3 is #67423C. Grayscale: #B2B2B2. Windows color (decimal): -6767165 or 12828056. OLE color: 12828056.

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

Color convert

RGB 152 189 195 -
CMYK 0.22 0.03 0 0.24
HSL 188.37º 0.26% 0.68% -
HSV(B) 188.37º 0.22% 0.76% -
XYZ 41 47.01 58.54 -
YUV 178.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 152 189 195 0.22 0.03 0 0.24 188.37 0.26 0.68
Hex 98 BD C3 16 3 0 18 BC 1A 44
Octal 230 275 303 26 3 0 30 274 32 104
Binary 10011000 10111101 11000011 10110 11 0 11000 10111100 11010 1000100

Color Harmonies of #98BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BDC3

Black with #98BDC3

Text Example


Text Example

White with #98BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,189,195); }

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

background-color css

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

 a { background-color: rgb(152,189,195); }

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

border-color css

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

 span { border-color: rgb(152,189,195); }

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