Html Css Color HEX #90BAC6 Botticelli

📋 copy color: '#90BAC6'

red 144 ◦ green 186 ◦ blue 198

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

Shades of Botticelli #90BAC6

Tints of Botticelli #90BAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.5%

R = 27.27%
G = 35.23%
B = 37.5%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#90BAC6 (or 0x90BAC6) is known color: Botticelli. HEX triplet: 90, BA and C6. RGB value is (144,186,198). Sum of RGB (Red+Green+Blue) = 144+186+198=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 198 - color contains mainly: blue. Hex color #90BAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BAC6 is #6F4539. Grayscale: #AEAEAE. Windows color (decimal): -7292218 or 13023888. OLE color: 13023888.

HSL color Cylindrical-coordinate representation of color #90BAC6: hue angle of 193.33º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90BAC6 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 186 198 -
CMYK 0.27 0.06 0 0.22
HSL 193.33º 0.32% 0.67% -
HSV(B) 193.33º 0.27% 0.78% -
XYZ 39.25 45.12 60.07 -
YUV 174.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 144 186 198 0.27 0.06 0 0.22 193.33 0.32 0.67
Hex 90 BA C6 1B 6 0 16 C1 20 43
Octal 220 272 306 33 6 0 26 301 40 103
Binary 10010000 10111010 11000110 11011 110 0 10110 11000001 100000 1000011

Color Harmonies of #90BAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BAC6

Black with #90BAC6

Text Example


Text Example

White with #90BAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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