Html Css Color HEX #98BBCA Heather

📋 copy color: '#98BBCA'

red 152 ◦ green 187 ◦ blue 202

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

Shades of Heather #98BBCA

Tints of Heather #98BBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.34%

R = 28.1%
G = 34.57%
B = 37.34%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#98BBCA (or 0x98BBCA) is known color: Heather. HEX triplet: 98, BB and CA. RGB value is (152,187,202). Sum of RGB (Red+Green+Blue) = 152+187+202=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #98BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBCA is #674435. Grayscale: #B2B2B2. Windows color (decimal): -6767670 or 13286296. OLE color: 13286296.

HSL color Cylindrical-coordinate representation of color #98BBCA: hue angle of 198º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98BBCA is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 187 202 -
CMYK 0.25 0.07 0 0.21
HSL 198º 0.32% 0.69% -
HSV(B) 198º 0.25% 0.79% -
XYZ 41.38 46.48 62.67 -
YUV 178.25 141.4 109.28 -
System Red Green Blue C M Y K H S L
Decimal 152 187 202 0.25 0.07 0 0.21 198 0.32 0.69
Hex 98 BB CA 19 7 0 15 C6 20 45
Octal 230 273 312 31 7 0 25 306 40 105
Binary 10011000 10111011 11001010 11001 111 0 10101 11000110 100000 1000101

Color Harmonies of #98BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BBCA

Black with #98BBCA

Text Example


Text Example

White with #98BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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