Html Css Color HEX #92AFB2 Botticelli

📋 copy color: '#92AFB2'

red 146 ◦ green 175 ◦ blue 178

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

Shades of Botticelli #92AFB2

Tints of Botticelli #92AFB2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.07%

 BLUE value IS 178 (69.92% from 255) = 35.67%

R = 29.26%
G = 35.07%
B = 35.67%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#92AFB2 (or 0x92AFB2) is known color: Botticelli. HEX triplet: 92, AF and B2. RGB value is (146,175,178). Sum of RGB (Red+Green+Blue) = 146+175+178=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 178 - color contains mainly: blue. Hex color #92AFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AFB2 is #6D504D. Grayscale: #A6A6A6. Windows color (decimal): -7163982 or 11710354. OLE color: 11710354.

HSL color Cylindrical-coordinate representation of color #92AFB2: hue angle of 185.62º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92AFB2 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 146 175 178 -
CMYK 0.18 0.02 0 0.30
HSL 185.63º 0.17% 0.64% -
HSV(B) 185.63º 0.18% 0.7% -
XYZ 35.22 39.99 47.98 -
YUV 166.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 146 175 178 0.18 0.02 0 0.30 185.63 0.17 0.64
Hex 92 AF B2 12 2 0 1E BA 11 40
Octal 222 257 262 22 2 0 36 272 21 100
Binary 10010010 10101111 10110010 10010 10 0 11110 10111010 10001 1000000

Color Harmonies of #92AFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AFB2

Black with #92AFB2

Text Example


Text Example

White with #92AFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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