Html Css Color HEX #90BCC0 Botticelli

📋 copy color: '#90BCC0'

red 144 ◦ green 188 ◦ blue 192

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

Shades of Botticelli #90BCC0

Tints of Botticelli #90BCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.88%

 BLUE value IS 192 (75.39% from 255) = 36.64%

R = 27.48%
G = 35.88%
B = 36.64%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#90BCC0 (or 0x90BCC0) is known color: Botticelli. HEX triplet: 90, BC and C0. RGB value is (144,188,192). Sum of RGB (Red+Green+Blue) = 144+188+192=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #90BCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCC0 is #6F433F. Grayscale: #AFAFAF. Windows color (decimal): -7291712 or 12631184. OLE color: 12631184.

HSL color Cylindrical-coordinate representation of color #90BCC0: hue angle of 185º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90BCC0 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 188 192 -
CMYK 0.25 0.02 0 0.25
HSL 185º 0.28% 0.66% -
HSV(B) 185º 0.25% 0.75% -
XYZ 39 45.7 56.63 -
YUV 175.3 137.42 105.67 -
System Red Green Blue C M Y K H S L
Decimal 144 188 192 0.25 0.02 0 0.25 185 0.28 0.66
Hex 90 BC C0 19 2 0 19 B9 1C 42
Octal 220 274 300 31 2 0 31 271 34 102
Binary 10010000 10111100 11000000 11001 10 0 11001 10111001 11100 1000010

Color Harmonies of #90BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BCC0

Black with #90BCC0

Text Example


Text Example

White with #90BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,188,192); }

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

background-color css

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

 a { background-color: rgb(144,188,192); }

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

border-color css

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

 span { border-color: rgb(144,188,192); }

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