Html Css Color HEX #90BABE Botticelli

📋 copy color: '#90BABE'

red 144 ◦ green 186 ◦ blue 190

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

Shades of Botticelli #90BABE

Tints of Botticelli #90BABE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.77%

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

R = 27.69%
G = 35.77%
B = 36.54%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#90BABE (or 0x90BABE) is known color: Botticelli. HEX triplet: 90, BA and BE. RGB value is (144,186,190). Sum of RGB (Red+Green+Blue) = 144+186+190=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #90BABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BABE is #6F4541. Grayscale: #ADADAD. Windows color (decimal): -7292226 or 12499600. OLE color: 12499600.

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

Color convert

RGB 144 186 190 -
CMYK 0.24 0.02 0 0.25
HSL 185.22º 0.26% 0.65% -
HSV(B) 185.22º 0.24% 0.75% -
XYZ 38.35 44.76 55.33 -
YUV 173.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 144 186 190 0.24 0.02 0 0.25 185.22 0.26 0.65
Hex 90 BA BE 18 2 0 19 B9 1A 41
Octal 220 272 276 30 2 0 31 271 32 101
Binary 10010000 10111010 10111110 11000 10 0 11001 10111001 11010 1000001

Color Harmonies of #90BABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BABE

Black with #90BABE

Text Example


Text Example

White with #90BABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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