Html Css Color HEX #85BCA2 Padua

📋 copy color: '#85BCA2'

red 133 ◦ green 188 ◦ blue 162

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

Shades of Padua #85BCA2

Tints of Padua #85BCA2

RGB

 RED value IS 133 (52.34% from 255) = 27.54%

 GREEN value IS 188 (73.83% from 255) = 38.92%

 BLUE value IS 162 (63.67% from 255) = 33.54%

R = 27.54%
G = 38.92%
B = 33.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#85BCA2 (or 0x85BCA2) is known color: Padua. HEX triplet: 85, BC and A2. RGB value is (133,188,162). Sum of RGB (Red+Green+Blue) = 133+188+162=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #85BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BCA2 is #7A435D. Grayscale: #A8A8A8. Windows color (decimal): -8012638 or 10665093. OLE color: 10665093.

HSL color Cylindrical-coordinate representation of color #85BCA2: hue angle of 151.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BCA2 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 188 162 -
CMYK 0.29 0 0.14 0.26
HSL 151.64º 0.29% 0.63% -
HSV(B) 151.64º 0.29% 0.74% -
XYZ 34.18 43.56 40.79 -
YUV 168.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 133 188 162 0.29 0 0.14 0.26 151.64 0.29 0.63
Hex 85 BC A2 1D 0 E 1A 98 1D 3F
Octal 205 274 242 35 0 16 32 230 35 77
Binary 10000101 10111100 10100010 11101 0 1110 11010 10011000 11101 111111

Color Harmonies of #85BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BCA2

Black with #85BCA2

Text Example


Text Example

White with #85BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85BCA2; }

 p { color: rgb(133,188,162); }

 H1.HeaderClassName
 {
   color: #85BCA2;
 }
 .AnyTagClassName
 {
   color: #85BCA2;
 }
</style>

background-color css

<style>
 a { background-color: #85BCA2; }

 a { background-color: rgb(133,188,162); }

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

border-color css

<style>
 span { border-color: #85BCA2; }

 span { border-color: rgb(133,188,162); }

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