Html Css Color HEX #95BCC5 Botticelli

📋 copy color: '#95BCC5'

red 149 ◦ green 188 ◦ blue 197

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

Shades of Botticelli #95BCC5

Tints of Botticelli #95BCC5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.21%

 BLUE value IS 197 (77.34% from 255) = 36.89%

R = 27.9%
G = 35.21%
B = 36.89%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#95BCC5 (or 0x95BCC5) is known color: Botticelli. HEX triplet: 95, BC and C5. RGB value is (149,188,197). Sum of RGB (Red+Green+Blue) = 149+188+197=534 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.90% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 197 - color contains mainly: blue. Hex color #95BCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BCC5 is #6A433A. Grayscale: #B1B1B1. Windows color (decimal): -6964027 or 12958869. OLE color: 12958869.

HSL color Cylindrical-coordinate representation of color #95BCC5: hue angle of 191.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95BCC5 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 188 197 -
CMYK 0.24 0.05 0 0.23
HSL 191.25º 0.29% 0.68% -
HSV(B) 191.25º 0.24% 0.77% -
XYZ 40.46 46.39 59.64 -
YUV 177.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 149 188 197 0.24 0.05 0 0.23 191.25 0.29 0.68
Hex 95 BC C5 18 5 0 17 BF 1D 44
Octal 225 274 305 30 5 0 27 277 35 104
Binary 10010101 10111100 11000101 11000 101 0 10111 10111111 11101 1000100

Color Harmonies of #95BCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BCC5

Black with #95BCC5

Text Example


Text Example

White with #95BCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,188,197); }

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

background-color css

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

 a { background-color: rgb(149,188,197); }

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

border-color css

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

 span { border-color: rgb(149,188,197); }

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