Html Css Color HEX #90B2BF Botticelli

📋 copy color: '#90B2BF'

red 144 ◦ green 178 ◦ blue 191

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

Shades of Botticelli #90B2BF

Tints of Botticelli #90B2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.7%

 BLUE value IS 191 (75% from 255) = 37.23%

R = 28.07%
G = 34.7%
B = 37.23%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#90B2BF (or 0x90B2BF) is known color: Botticelli. HEX triplet: 90, B2 and BF. RGB value is (144,178,191). Sum of RGB (Red+Green+Blue) = 144+178+191=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #90B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B2BF is #6F4D40. Grayscale: #A9A9A9. Windows color (decimal): -7294273 or 12563088. OLE color: 12563088.

HSL color Cylindrical-coordinate representation of color #90B2BF: hue angle of 196.6º degrees, saturation: 0.27, 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 #90B2BF is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 178 191 -
CMYK 0.25 0.07 0 0.25
HSL 196.6º 0.27% 0.66% -
HSV(B) 196.6º 0.25% 0.75% -
XYZ 36.83 41.53 55.37 -
YUV 169.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 144 178 191 0.25 0.07 0 0.25 196.6 0.27 0.66
Hex 90 B2 BF 19 7 0 19 C5 1B 42
Octal 220 262 277 31 7 0 31 305 33 102
Binary 10010000 10110010 10111111 11001 111 0 11001 11000101 11011 1000010

Color Harmonies of #90B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B2BF

Black with #90B2BF

Text Example


Text Example

White with #90B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,178,191); }

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

background-color css

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

 a { background-color: rgb(144,178,191); }

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

border-color css

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

 span { border-color: rgb(144,178,191); }

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