Html Css Color HEX #9DBECA Heather

📋 copy color: '#9DBECA'

red 157 ◦ green 190 ◦ blue 202

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

Shades of Heather #9DBECA

Tints of Heather #9DBECA

RGB

 RED value IS 157 (61.72% from 255) = 28.6%

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

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

R = 28.6%
G = 34.61%
B = 36.79%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9DBECA (or 0x9DBECA) is known color: Heather. HEX triplet: 9D, BE and CA. RGB value is (157,190,202). Sum of RGB (Red+Green+Blue) = 157+190+202=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #9DBECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBECA is #624135. Grayscale: #B5B5B5. Windows color (decimal): -6439222 or 13287069. OLE color: 13287069.

HSL color Cylindrical-coordinate representation of color #9DBECA: hue angle of 196º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DBECA is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 190 202 -
CMYK 0.22 0.06 0 0.21
HSL 196º 0.3% 0.7% -
HSV(B) 196º 0.22% 0.79% -
XYZ 42.98 48.26 62.93 -
YUV 181.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 157 190 202 0.22 0.06 0 0.21 196 0.3 0.7
Hex 9D BE CA 16 6 0 15 C4 1E 46
Octal 235 276 312 26 6 0 25 304 36 106
Binary 10011101 10111110 11001010 10110 110 0 10101 11000100 11110 1000110

Color Harmonies of #9DBECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBECA

Black with #9DBECA

Text Example


Text Example

White with #9DBECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DBECA; }

 p { color: rgb(157,190,202); }

 H1.HeaderClassName
 {
   color: #9DBECA;
 }
 .AnyTagClassName
 {
   color: #9DBECA;
 }
</style>

background-color css

<style>
 a { background-color: #9DBECA; }

 a { background-color: rgb(157,190,202); }

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

border-color css

<style>
 span { border-color: #9DBECA; }

 span { border-color: rgb(157,190,202); }

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