Html Css Color HEX #92BCC8 Botticelli

📋 copy color: '#92BCC8'

red 146 ◦ green 188 ◦ blue 200

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

Shades of Botticelli #92BCC8

Tints of Botticelli #92BCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.45%

R = 27.34%
G = 35.21%
B = 37.45%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#92BCC8 (or 0x92BCC8) is known color: Botticelli. HEX triplet: 92, BC and C8. RGB value is (146,188,200). Sum of RGB (Red+Green+Blue) = 146+188+200=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 200 - color contains mainly: blue. Hex color #92BCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BCC8 is #6D4337. Grayscale: #B0B0B0. Windows color (decimal): -7160632 or 13155474. OLE color: 13155474.

HSL color Cylindrical-coordinate representation of color #92BCC8: hue angle of 193.33º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92BCC8 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 188 200 -
CMYK 0.27 0.06 0 0.22
HSL 193.33º 0.33% 0.68% -
HSV(B) 193.33º 0.27% 0.78% -
XYZ 40.26 46.25 61.45 -
YUV 176.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 146 188 200 0.27 0.06 0 0.22 193.33 0.33 0.68
Hex 92 BC C8 1B 6 0 16 C1 21 44
Octal 222 274 310 33 6 0 26 301 41 104
Binary 10010010 10111100 11001000 11011 110 0 10110 11000001 100001 1000100

Color Harmonies of #92BCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BCC8

Black with #92BCC8

Text Example


Text Example

White with #92BCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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