Html Css Color HEX #8BB5BE Botticelli

📋 copy color: '#8BB5BE'

red 139 ◦ green 181 ◦ blue 190

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

Shades of Botticelli #8BB5BE

Tints of Botticelli #8BB5BE

RGB

 RED value IS 139 (54.69% from 255) = 27.25%

 GREEN value IS 181 (71.09% from 255) = 35.49%

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

R = 27.25%
G = 35.49%
B = 37.25%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8BB5BE (or 0x8BB5BE) is known color: Botticelli. HEX triplet: 8B, B5 and BE. RGB value is (139,181,190). Sum of RGB (Red+Green+Blue) = 139+181+190=510 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.25% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BB5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB5BE is #744A41. Grayscale: #A9A9A9. Windows color (decimal): -7621186 or 12498315. OLE color: 12498315.

HSL color Cylindrical-coordinate representation of color #8BB5BE: hue angle of 190.59º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BB5BE is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 181 190 -
CMYK 0.27 0.05 0 0.25
HSL 190.59º 0.28% 0.65% -
HSV(B) 190.59º 0.27% 0.75% -
XYZ 36.47 42.25 54.95 -
YUV 169.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 139 181 190 0.27 0.05 0 0.25 190.59 0.28 0.65
Hex 8B B5 BE 1B 5 0 19 BF 1C 41
Octal 213 265 276 33 5 0 31 277 34 101
Binary 10001011 10110101 10111110 11011 101 0 11001 10111111 11100 1000001

Color Harmonies of #8BB5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB5BE

Black with #8BB5BE

Text Example


Text Example

White with #8BB5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BB5BE; }

 p { color: rgb(139,181,190); }

 H1.HeaderClassName
 {
   color: #8BB5BE;
 }
 .AnyTagClassName
 {
   color: #8BB5BE;
 }
</style>

background-color css

<style>
 a { background-color: #8BB5BE; }

 a { background-color: rgb(139,181,190); }

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

border-color css

<style>
 span { border-color: #8BB5BE; }

 span { border-color: rgb(139,181,190); }

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