Html Css Color HEX #8BB5BB Botticelli

📋 copy color: '#8BB5BB'

red 139 ◦ green 181 ◦ blue 187

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

Shades of Botticelli #8BB5BB

Tints of Botticelli #8BB5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 27.42%
G = 35.7%
B = 36.88%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8BB5BB (or 0x8BB5BB) is known color: Botticelli. HEX triplet: 8B, B5 and BB. RGB value is (139,181,187). Sum of RGB (Red+Green+Blue) = 139+181+187=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #8BB5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB5BB is #744A44. Grayscale: #A9A9A9. Windows color (decimal): -7621189 or 12301707. OLE color: 12301707.

HSL color Cylindrical-coordinate representation of color #8BB5BB: hue angle of 187.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BB5BB is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 181 187 -
CMYK 0.26 0.03 0 0.27
HSL 187.5º 0.26% 0.64% -
HSV(B) 187.5º 0.26% 0.73% -
XYZ 36.14 42.12 53.24 -
YUV 169.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 139 181 187 0.26 0.03 0 0.27 187.5 0.26 0.64
Hex 8B B5 BB 1A 3 0 1B BC 1A 40
Octal 213 265 273 32 3 0 33 274 32 100
Binary 10001011 10110101 10111011 11010 11 0 11011 10111100 11010 1000000

Color Harmonies of #8BB5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB5BB

Black with #8BB5BB

Text Example


Text Example

White with #8BB5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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