Html Css Color HEX #88B0BF Botticelli

📋 copy color: '#88B0BF'

red 136 ◦ green 176 ◦ blue 191

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

Shades of Botticelli #88B0BF

Tints of Botticelli #88B0BF

RGB

 RED value IS 136 (53.52% from 255) = 27.04%

 GREEN value IS 176 (69.14% from 255) = 34.99%

 BLUE value IS 191 (75% from 255) = 37.97%

R = 27.04%
G = 34.99%
B = 37.97%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#88B0BF (or 0x88B0BF) is known color: Botticelli. HEX triplet: 88, B0 and BF. RGB value is (136,176,191). Sum of RGB (Red+Green+Blue) = 136+176+191=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #88B0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B0BF is #774F40. Grayscale: #A5A5A5. Windows color (decimal): -7819073 or 12562568. OLE color: 12562568.

HSL color Cylindrical-coordinate representation of color #88B0BF: hue angle of 196.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88B0BF is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 176 191 -
CMYK 0.29 0.08 0 0.25
HSL 196.36º 0.3% 0.64% -
HSV(B) 196.36º 0.29% 0.75% -
XYZ 35.08 40.05 55.17 -
YUV 165.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 136 176 191 0.29 0.08 0 0.25 196.36 0.3 0.64
Hex 88 B0 BF 1D 8 0 19 C4 1E 40
Octal 210 260 277 35 10 0 31 304 36 100
Binary 10001000 10110000 10111111 11101 1000 0 11001 11000100 11110 1000000

Color Harmonies of #88B0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B0BF

Black with #88B0BF

Text Example


Text Example

White with #88B0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88B0BF; }

 p { color: rgb(136,176,191); }

 H1.HeaderClassName
 {
   color: #88B0BF;
 }
 .AnyTagClassName
 {
   color: #88B0BF;
 }
</style>

background-color css

<style>
 a { background-color: #88B0BF; }

 a { background-color: rgb(136,176,191); }

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

border-color css

<style>
 span { border-color: #88B0BF; }

 span { border-color: rgb(136,176,191); }

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