Html Css Color HEX #88B3BE Botticelli

📋 copy color: '#88B3BE'

red 136 ◦ green 179 ◦ blue 190

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

Shades of Botticelli #88B3BE

Tints of Botticelli #88B3BE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.45%

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

R = 26.93%
G = 35.45%
B = 37.62%

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

#88B3BE (or 0x88B3BE) is known color: Botticelli. HEX triplet: 88, B3 and BE. RGB value is (136,179,190). Sum of RGB (Red+Green+Blue) = 136+179+190=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #88B3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B3BE is #774C41. Grayscale: #A7A7A7. Windows color (decimal): -7818306 or 12497800. OLE color: 12497800.

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

Color convert

RGB 136 179 190 -
CMYK 0.28 0.06 0 0.25
HSL 192.22º 0.29% 0.64% -
HSV(B) 192.22º 0.28% 0.75% -
XYZ 35.57 41.19 54.79 -
YUV 167.4 140.75 105.61 -
System Red Green Blue C M Y K H S L
Decimal 136 179 190 0.28 0.06 0 0.25 192.22 0.29 0.64
Hex 88 B3 BE 1C 6 0 19 C0 1D 40
Octal 210 263 276 34 6 0 31 300 35 100
Binary 10001000 10110011 10111110 11100 110 0 11001 11000000 11101 1000000

Color Harmonies of #88B3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B3BE

Black with #88B3BE

Text Example


Text Example

White with #88B3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,179,190); }

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

background-color css

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

 a { background-color: rgb(136,179,190); }

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

border-color css

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

 span { border-color: rgb(136,179,190); }

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