Html Css Color HEX #8BAEBC Botticelli

📋 copy color: '#8BAEBC'

red 139 ◦ green 174 ◦ blue 188

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

Shades of Botticelli #8BAEBC

Tints of Botticelli #8BAEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.73%

 BLUE value IS 188 (73.83% from 255) = 37.52%

R = 27.74%
G = 34.73%
B = 37.52%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8BAEBC (or 0x8BAEBC) is known color: Botticelli. HEX triplet: 8B, AE and BC. RGB value is (139,174,188). Sum of RGB (Red+Green+Blue) = 139+174+188=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #8BAEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEBC is #745143. Grayscale: #A5A5A5. Windows color (decimal): -7622980 or 12365451. OLE color: 12365451.

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

Color convert

RGB 139 174 188 -
CMYK 0.26 0.07 0 0.26
HSL 197.14º 0.27% 0.64% -
HSV(B) 197.14º 0.26% 0.74% -
XYZ 34.86 39.39 53.34 -
YUV 165.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 139 174 188 0.26 0.07 0 0.26 197.14 0.27 0.64
Hex 8B AE BC 1A 7 0 1A C5 1B 40
Octal 213 256 274 32 7 0 32 305 33 100
Binary 10001011 10101110 10111100 11010 111 0 11010 11000101 11011 1000000

Color Harmonies of #8BAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAEBC

Black with #8BAEBC

Text Example


Text Example

White with #8BAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,174,188); }

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

background-color css

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

 a { background-color: rgb(139,174,188); }

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

border-color css

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

 span { border-color: rgb(139,174,188); }

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