Html Css Color HEX #8CBCBE Botticelli

📋 copy color: '#8CBCBE'

red 140 ◦ green 188 ◦ blue 190

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

Shades of Botticelli #8CBCBE

Tints of Botticelli #8CBCBE

RGB

 RED value IS 140 (55.08% from 255) = 27.03%

 GREEN value IS 188 (73.83% from 255) = 36.29%

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

R = 27.03%
G = 36.29%
B = 36.68%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8CBCBE (or 0x8CBCBE) is known color: Botticelli. HEX triplet: 8C, BC and BE. RGB value is (140,188,190). Sum of RGB (Red+Green+Blue) = 140+188+190=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CBCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCBE is #734341. Grayscale: #ADADAD. Windows color (decimal): -7553858 or 12500108. OLE color: 12500108.

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

Color convert

RGB 140 188 190 -
CMYK 0.26 0.01 0 0.25
HSL 182.4º 0.28% 0.65% -
HSV(B) 182.4º 0.26% 0.75% -
XYZ 38.09 45.26 55.44 -
YUV 173.88 137.1 103.84 -
System Red Green Blue C M Y K H S L
Decimal 140 188 190 0.26 0.01 0 0.25 182.4 0.28 0.65
Hex 8C BC BE 1A 1 0 19 B6 1C 41
Octal 214 274 276 32 1 0 31 266 34 101
Binary 10001100 10111100 10111110 11010 1 0 11001 10110110 11100 1000001

Color Harmonies of #8CBCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBCBE

Black with #8CBCBE

Text Example


Text Example

White with #8CBCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,188,190); }

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

background-color css

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

 a { background-color: rgb(140,188,190); }

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

border-color css

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

 span { border-color: rgb(140,188,190); }

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