Html Css Color HEX #92BCC5 Botticelli

📋 copy color: '#92BCC5'

red 146 ◦ green 188 ◦ blue 197

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

Shades of Botticelli #92BCC5

Tints of Botticelli #92BCC5

RGB

 RED value IS 146 (57.42% from 255) = 27.5%

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

 BLUE value IS 197 (77.34% from 255) = 37.1%

R = 27.5%
G = 35.4%
B = 37.1%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#92BCC5 (or 0x92BCC5) is known color: Botticelli. HEX triplet: 92, BC and C5. RGB value is (146,188,197). Sum of RGB (Red+Green+Blue) = 146+188+197=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 197 - color contains mainly: blue. Hex color #92BCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCC5 is #6D433A. Grayscale: #B0B0B0. Windows color (decimal): -7160635 or 12958866. OLE color: 12958866.

HSL color Cylindrical-coordinate representation of color #92BCC5: hue angle of 190.59º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92BCC5 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 146 188 197 -
CMYK 0.26 0.05 0 0.23
HSL 190.59º 0.31% 0.67% -
HSV(B) 190.59º 0.26% 0.77% -
XYZ 39.92 46.11 59.62 -
YUV 176.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 146 188 197 0.26 0.05 0 0.23 190.59 0.31 0.67
Hex 92 BC C5 1A 5 0 17 BF 1F 43
Octal 222 274 305 32 5 0 27 277 37 103
Binary 10010010 10111100 11000101 11010 101 0 10111 10111111 11111 1000011

Color Harmonies of #92BCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BCC5

Black with #92BCC5

Text Example


Text Example

White with #92BCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92BCC5; }

 p { color: rgb(146,188,197); }

 H1.HeaderClassName
 {
   color: #92BCC5;
 }
 .AnyTagClassName
 {
   color: #92BCC5;
 }
</style>

background-color css

<style>
 a { background-color: #92BCC5; }

 a { background-color: rgb(146,188,197); }

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

border-color css

<style>
 span { border-color: #92BCC5; }

 span { border-color: rgb(146,188,197); }

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