Html Css Color HEX #8BB6BE Botticelli

📋 copy color: '#8BB6BE'

red 139 ◦ green 182 ◦ blue 190

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

Shades of Botticelli #8BB6BE

Tints of Botticelli #8BB6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.62%

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

R = 27.2%
G = 35.62%
B = 37.18%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8BB6BE (or 0x8BB6BE) is known color: Botticelli. HEX triplet: 8B, B6 and BE. RGB value is (139,182,190). Sum of RGB (Red+Green+Blue) = 139+182+190=511 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.20% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BB6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB6BE is #744941. Grayscale: #A9A9A9. Windows color (decimal): -7620930 or 12498571. OLE color: 12498571.

HSL color Cylindrical-coordinate representation of color #8BB6BE: hue angle of 189.41º 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 #8BB6BE is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 182 190 -
CMYK 0.27 0.04 0 0.25
HSL 189.41º 0.28% 0.65% -
HSV(B) 189.41º 0.27% 0.75% -
XYZ 36.67 42.66 55.02 -
YUV 170.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 139 182 190 0.27 0.04 0 0.25 189.41 0.28 0.65
Hex 8B B6 BE 1B 4 0 19 BD 1C 41
Octal 213 266 276 33 4 0 31 275 34 101
Binary 10001011 10110110 10111110 11011 100 0 11001 10111101 11100 1000001

Color Harmonies of #8BB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB6BE

Black with #8BB6BE

Text Example


Text Example

White with #8BB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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