Html Css Color HEX #90B8BE Botticelli

📋 copy color: '#90B8BE'

red 144 ◦ green 184 ◦ blue 190

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

Shades of Botticelli #90B8BE

Tints of Botticelli #90B8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.52%

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

R = 27.8%
G = 35.52%
B = 36.68%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#90B8BE (or 0x90B8BE) is known color: Botticelli. HEX triplet: 90, B8 and BE. RGB value is (144,184,190). Sum of RGB (Red+Green+Blue) = 144+184+190=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #90B8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B8BE is #6F4741. Grayscale: #ACACAC. Windows color (decimal): -7292738 or 12499088. OLE color: 12499088.

HSL color Cylindrical-coordinate representation of color #90B8BE: hue angle of 187.83º 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 #90B8BE is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 184 190 -
CMYK 0.24 0.03 0 0.25
HSL 187.83º 0.26% 0.65% -
HSV(B) 187.83º 0.24% 0.75% -
XYZ 37.94 43.93 55.19 -
YUV 172.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 144 184 190 0.24 0.03 0 0.25 187.83 0.26 0.65
Hex 90 B8 BE 18 3 0 19 BC 1A 41
Octal 220 270 276 30 3 0 31 274 32 101
Binary 10010000 10111000 10111110 11000 11 0 11001 10111100 11010 1000001

Color Harmonies of #90B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B8BE

Black with #90B8BE

Text Example


Text Example

White with #90B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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