#95BEC1

Color #95BEC1 Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #95BEC1

Tints of Botticelli #95BEC1

Color information

#95BEC1 (or 0x95BEC1) is unknown color: approx Botticelli. HEX triplet: 95, BE and C1. RGB value is (149,190,193). Sum of RGB (Red+Green+Blue) = 149+190+193=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #95BEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BEC1 is #6A413E. Grayscale: #B2B2B2. Windows color (decimal): -6963519 or 12697237. OLE color: 12697237.

HSL color Cylindrical-coordinate representation of color #95BEC1: hue angle of 184.09º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95BEC1 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB149190193-
CMYK0.230.0200.24
HSL184.09º26.19%67.06%-
HSV(B)184.09º22.8%75.69%-
XYZ40.4347.0757.41-
YUV178.08136.42107.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.01%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 193 (75.78% from 255) = 36.28%
R=28.01%
G=35.71%
B=36.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491901930.230.0200.24184.0926.1967.06
Hex95BEC1172018b81a43
Octal22527630127203027032103
Binary100101011011111011000001101111001100010111000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,190,193); }

 H1.HeaderClassName
 {
   color: #95BEC1;
 }
 .AnyTagClassName
 {
   color: #95BEC1;
 }
</style>
background-color css

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

 a { background-color: rgb(149,190,193); }

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

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

 span { border-color: rgb(149,190,193); }

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