Html Css Color HEX #90B7BE Botticelli

📋 copy color: '#90B7BE'

red 144 ◦ green 183 ◦ blue 190

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

Shades of Botticelli #90B7BE

Tints of Botticelli #90B7BE

RGB

 RED value IS 144 (56.64% from 255) = 27.85%

 GREEN value IS 183 (71.88% from 255) = 35.4%

 BLUE value IS 190 (74.61% from 255) = 36.75%

R = 27.85%
G = 35.4%
B = 36.75%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#90B7BE (or 0x90B7BE) is known color: Botticelli. HEX triplet: 90, B7 and BE. RGB value is (144,183,190). Sum of RGB (Red+Green+Blue) = 144+183+190=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #90B7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B7BE is #6F4841. Grayscale: #ACACAC. Windows color (decimal): -7292994 or 12498832. OLE color: 12498832.

HSL color Cylindrical-coordinate representation of color #90B7BE: hue angle of 189.13º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90B7BE is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 183 190 -
CMYK 0.24 0.04 0 0.25
HSL 189.13º 0.26% 0.65% -
HSV(B) 189.13º 0.24% 0.75% -
XYZ 37.73 43.51 55.13 -
YUV 172.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 144 183 190 0.24 0.04 0 0.25 189.13 0.26 0.65
Hex 90 B7 BE 18 4 0 19 BD 1A 41
Octal 220 267 276 30 4 0 31 275 32 101
Binary 10010000 10110111 10111110 11000 100 0 11001 10111101 11010 1000001

Color Harmonies of #90B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B7BE

Black with #90B7BE

Text Example


Text Example

White with #90B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90B7BE; }

 p { color: rgb(144,183,190); }

 H1.HeaderClassName
 {
   color: #90B7BE;
 }
 .AnyTagClassName
 {
   color: #90B7BE;
 }
</style>

background-color css

<style>
 a { background-color: #90B7BE; }

 a { background-color: rgb(144,183,190); }

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

border-color css

<style>
 span { border-color: #90B7BE; }

 span { border-color: rgb(144,183,190); }

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