Html Css Color HEX #91BEC6 Botticelli

📋 copy color: '#91BEC6'

red 145 ◦ green 190 ◦ blue 198

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

Shades of Botticelli #91BEC6

Tints of Botticelli #91BEC6

RGB

 RED value IS 145 (57.03% from 255) = 27.2%

 GREEN value IS 190 (74.61% from 255) = 35.65%

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

R = 27.2%
G = 35.65%
B = 37.15%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#91BEC6 (or 0x91BEC6) is known color: Botticelli. HEX triplet: 91, BE and C6. RGB value is (145,190,198). Sum of RGB (Red+Green+Blue) = 145+190+198=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 198 - color contains mainly: blue. Hex color #91BEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BEC6 is #6E4139. Grayscale: #B1B1B1. Windows color (decimal): -7225658 or 13024913. OLE color: 13024913.

HSL color Cylindrical-coordinate representation of color #91BEC6: hue angle of 189.06º 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 #91BEC6 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 145 190 198 -
CMYK 0.27 0.04 0 0.22
HSL 189.06º 0.32% 0.67% -
HSV(B) 189.06º 0.27% 0.78% -
XYZ 40.28 46.92 60.36 -
YUV 177.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 145 190 198 0.27 0.04 0 0.22 189.06 0.32 0.67
Hex 91 BE C6 1B 4 0 16 BD 20 43
Octal 221 276 306 33 4 0 26 275 40 103
Binary 10010001 10111110 11000110 11011 100 0 10110 10111101 100000 1000011

Color Harmonies of #91BEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BEC6

Black with #91BEC6

Text Example


Text Example

White with #91BEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91BEC6; }

 p { color: rgb(145,190,198); }

 H1.HeaderClassName
 {
   color: #91BEC6;
 }
 .AnyTagClassName
 {
   color: #91BEC6;
 }
</style>

background-color css

<style>
 a { background-color: #91BEC6; }

 a { background-color: rgb(145,190,198); }

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

border-color css

<style>
 span { border-color: #91BEC6; }

 span { border-color: rgb(145,190,198); }

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