Html Css Color HEX #95BBBF Botticelli

📋 copy color: '#95BBBF'

red 149 ◦ green 187 ◦ blue 191

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

Shades of Botticelli #95BBBF

Tints of Botticelli #95BBBF

RGB

 RED value IS 149 (58.59% from 255) = 28.27%

 GREEN value IS 187 (73.44% from 255) = 35.48%

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

R = 28.27%
G = 35.48%
B = 36.24%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#95BBBF (or 0x95BBBF) is known color: Botticelli. HEX triplet: 95, BB and BF. RGB value is (149,187,191). Sum of RGB (Red+Green+Blue) = 149+187+191=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #95BBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBBF is #6A4440. Grayscale: #B0B0B0. Windows color (decimal): -6964289 or 12565397. OLE color: 12565397.

HSL color Cylindrical-coordinate representation of color #95BBBF: hue angle of 185.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95BBBF is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 187 191 -
CMYK 0.22 0.02 0 0.25
HSL 185.71º 0.25% 0.67% -
HSV(B) 185.71º 0.22% 0.75% -
XYZ 39.57 45.69 56.02 -
YUV 176.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 149 187 191 0.22 0.02 0 0.25 185.71 0.25 0.67
Hex 95 BB BF 16 2 0 19 BA 19 43
Octal 225 273 277 26 2 0 31 272 31 103
Binary 10010101 10111011 10111111 10110 10 0 11001 10111010 11001 1000011

Color Harmonies of #95BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BBBF

Black with #95BBBF

Text Example


Text Example

White with #95BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95BBBF; }

 p { color: rgb(149,187,191); }

 H1.HeaderClassName
 {
   color: #95BBBF;
 }
 .AnyTagClassName
 {
   color: #95BBBF;
 }
</style>

background-color css

<style>
 a { background-color: #95BBBF; }

 a { background-color: rgb(149,187,191); }

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

border-color css

<style>
 span { border-color: #95BBBF; }

 span { border-color: rgb(149,187,191); }

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