Html Css Color HEX #8BB4C0 Botticelli

📋 copy color: '#8BB4C0'

red 139 ◦ green 180 ◦ blue 192

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

Shades of Botticelli #8BB4C0

Tints of Botticelli #8BB4C0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.23%

 BLUE value IS 192 (75.39% from 255) = 37.57%

R = 27.2%
G = 35.23%
B = 37.57%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8BB4C0 (or 0x8BB4C0) is known color: Botticelli. HEX triplet: 8B, B4 and C0. RGB value is (139,180,192). Sum of RGB (Red+Green+Blue) = 139+180+192=511 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.20% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 192 - color contains mainly: blue. Hex color #8BB4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB4C0 is #744B3F. Grayscale: #A9A9A9. Windows color (decimal): -7621440 or 12629131. OLE color: 12629131.

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

Color convert

RGB 139 180 192 -
CMYK 0.28 0.06 0 0.25
HSL 193.58º 0.3% 0.65% -
HSV(B) 193.58º 0.28% 0.75% -
XYZ 36.48 41.94 56.04 -
YUV 169.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 139 180 192 0.28 0.06 0 0.25 193.58 0.3 0.65
Hex 8B B4 C0 1C 6 0 19 C2 1E 41
Octal 213 264 300 34 6 0 31 302 36 101
Binary 10001011 10110100 11000000 11100 110 0 11001 11000010 11110 1000001

Color Harmonies of #8BB4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB4C0

Black with #8BB4C0

Text Example


Text Example

White with #8BB4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,180,192); }

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

background-color css

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

 a { background-color: rgb(139,180,192); }

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

border-color css

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

 span { border-color: rgb(139,180,192); }

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