Html Css Color HEX #99B8BC Botticelli

📋 copy color: '#99B8BC'

red 153 ◦ green 184 ◦ blue 188

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

Shades of Botticelli #99B8BC

Tints of Botticelli #99B8BC

RGB

 RED value IS 153 (60.16% from 255) = 29.14%

 GREEN value IS 184 (72.27% from 255) = 35.05%

 BLUE value IS 188 (73.83% from 255) = 35.81%

R = 29.14%
G = 35.05%
B = 35.81%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#99B8BC (or 0x99B8BC) is known color: Botticelli. HEX triplet: 99, B8 and BC. RGB value is (153,184,188). Sum of RGB (Red+Green+Blue) = 153+184+188=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #99B8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B8BC is #664743. Grayscale: #AFAFAF. Windows color (decimal): -6702916 or 12368025. OLE color: 12368025.

HSL color Cylindrical-coordinate representation of color #99B8BC: hue angle of 186.86º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99B8BC is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 184 188 -
CMYK 0.19 0.02 0 0.26
HSL 186.86º 0.21% 0.67% -
HSV(B) 186.86º 0.19% 0.74% -
XYZ 39.35 44.68 54.13 -
YUV 175.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 153 184 188 0.19 0.02 0 0.26 186.86 0.21 0.67
Hex 99 B8 BC 13 2 0 1A BB 15 43
Octal 231 270 274 23 2 0 32 273 25 103
Binary 10011001 10111000 10111100 10011 10 0 11010 10111011 10101 1000011

Color Harmonies of #99B8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B8BC

Black with #99B8BC

Text Example


Text Example

White with #99B8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99B8BC; }

 p { color: rgb(153,184,188); }

 H1.HeaderClassName
 {
   color: #99B8BC;
 }
 .AnyTagClassName
 {
   color: #99B8BC;
 }
</style>

background-color css

<style>
 a { background-color: #99B8BC; }

 a { background-color: rgb(153,184,188); }

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

border-color css

<style>
 span { border-color: #99B8BC; }

 span { border-color: rgb(153,184,188); }

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