Html Css Color HEX #88B0BD Botticelli

📋 copy color: '#88B0BD'

red 136 ◦ green 176 ◦ blue 189

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

Shades of Botticelli #88B0BD

Tints of Botticelli #88B0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.72%

R = 27.15%
G = 35.13%
B = 37.72%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#88B0BD (or 0x88B0BD) is known color: Botticelli. HEX triplet: 88, B0 and BD. RGB value is (136,176,189). Sum of RGB (Red+Green+Blue) = 136+176+189=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 189 - color contains mainly: blue. Hex color #88B0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B0BD is #774F42. Grayscale: #A5A5A5. Windows color (decimal): -7819075 or 12431496. OLE color: 12431496.

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

Color convert

RGB 136 176 189 -
CMYK 0.28 0.07 0 0.26
HSL 194.72º 0.29% 0.64% -
HSV(B) 194.72º 0.28% 0.74% -
XYZ 34.86 39.96 54.02 -
YUV 165.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 136 176 189 0.28 0.07 0 0.26 194.72 0.29 0.64
Hex 88 B0 BD 1C 7 0 1A C3 1D 40
Octal 210 260 275 34 7 0 32 303 35 100
Binary 10001000 10110000 10111101 11100 111 0 11010 11000011 11101 1000000

Color Harmonies of #88B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B0BD

Black with #88B0BD

Text Example


Text Example

White with #88B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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