Html Css Color HEX #90B3BE Botticelli

📋 copy color: '#90B3BE'

red 144 ◦ green 179 ◦ blue 190

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

Shades of Botticelli #90B3BE

Tints of Botticelli #90B3BE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.89%

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

R = 28.07%
G = 34.89%
B = 37.04%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#90B3BE (or 0x90B3BE) is known color: Botticelli. HEX triplet: 90, B3 and BE. RGB value is (144,179,190). Sum of RGB (Red+Green+Blue) = 144+179+190=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #90B3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B3BE is #6F4C41. Grayscale: #A9A9A9. Windows color (decimal): -7294018 or 12497808. OLE color: 12497808.

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

Color convert

RGB 144 179 190 -
CMYK 0.24 0.06 0 0.25
HSL 194.35º 0.26% 0.65% -
HSV(B) 194.35º 0.24% 0.75% -
XYZ 36.92 41.89 54.85 -
YUV 169.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 144 179 190 0.24 0.06 0 0.25 194.35 0.26 0.65
Hex 90 B3 BE 18 6 0 19 C2 1A 41
Octal 220 263 276 30 6 0 31 302 32 101
Binary 10010000 10110011 10111110 11000 110 0 11001 11000010 11010 1000001

Color Harmonies of #90B3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B3BE

Black with #90B3BE

Text Example


Text Example

White with #90B3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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