Html Css Color HEX #92B2BE Botticelli

📋 copy color: '#92B2BE'

red 146 ◦ green 178 ◦ blue 190

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

Shades of Botticelli #92B2BE

Tints of Botticelli #92B2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.96%

R = 28.4%
G = 34.63%
B = 36.96%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#92B2BE (or 0x92B2BE) is known color: Botticelli. HEX triplet: 92, B2 and BE. RGB value is (146,178,190). Sum of RGB (Red+Green+Blue) = 146+178+190=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #92B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B2BE is #6D4D41. Grayscale: #A9A9A9. Windows color (decimal): -7163202 or 12497554. OLE color: 12497554.

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

Color convert

RGB 146 178 190 -
CMYK 0.23 0.06 0 0.25
HSL 196.36º 0.25% 0.66% -
HSV(B) 196.36º 0.23% 0.75% -
XYZ 37.07 41.67 54.8 -
YUV 169.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 146 178 190 0.23 0.06 0 0.25 196.36 0.25 0.66
Hex 92 B2 BE 17 6 0 19 C4 19 42
Octal 222 262 276 27 6 0 31 304 31 102
Binary 10010010 10110010 10111110 10111 110 0 11001 11000100 11001 1000010

Color Harmonies of #92B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B2BE

Black with #92B2BE

Text Example


Text Example

White with #92B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,178,190); }

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

background-color css

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

 a { background-color: rgb(146,178,190); }

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

border-color css

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

 span { border-color: rgb(146,178,190); }

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