Html Css Color HEX #91BCC6 Botticelli

📋 copy color: '#91BCC6'

red 145 ◦ green 188 ◦ blue 198

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

Shades of Botticelli #91BCC6

Tints of Botticelli #91BCC6

RGB

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

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

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

R = 27.31%
G = 35.4%
B = 37.29%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#91BCC6 (or 0x91BCC6) is known color: Botticelli. HEX triplet: 91, BC and C6. RGB value is (145,188,198). Sum of RGB (Red+Green+Blue) = 145+188+198=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #91BCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BCC6 is #6E4339. Grayscale: #B0B0B0. Windows color (decimal): -7226170 or 13024401. OLE color: 13024401.

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

Color convert

RGB 145 188 198 -
CMYK 0.27 0.05 0 0.22
HSL 191.32º 0.32% 0.67% -
HSV(B) 191.32º 0.27% 0.78% -
XYZ 39.85 46.06 60.22 -
YUV 176.28 140.25 105.69 -
System Red Green Blue C M Y K H S L
Decimal 145 188 198 0.27 0.05 0 0.22 191.32 0.32 0.67
Hex 91 BC C6 1B 5 0 16 BF 20 43
Octal 221 274 306 33 5 0 26 277 40 103
Binary 10010001 10111100 11000110 11011 101 0 10110 10111111 100000 1000011

Color Harmonies of #91BCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BCC6

Black with #91BCC6

Text Example


Text Example

White with #91BCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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