Html Css Color HEX #94BCC5 Botticelli

📋 copy color: '#94BCC5'

red 148 ◦ green 188 ◦ blue 197

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

Shades of Botticelli #94BCC5

Tints of Botticelli #94BCC5

RGB

 RED value IS 148 (58.2% from 255) = 27.77%

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

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

R = 27.77%
G = 35.27%
B = 36.96%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#94BCC5 (or 0x94BCC5) is known color: Botticelli. HEX triplet: 94, BC and C5. RGB value is (148,188,197). Sum of RGB (Red+Green+Blue) = 148+188+197=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 197 - color contains mainly: blue. Hex color #94BCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCC5 is #6B433A. Grayscale: #B0B0B0. Windows color (decimal): -7029563 or 12958868. OLE color: 12958868.

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

Color convert

RGB 148 188 197 -
CMYK 0.25 0.05 0 0.23
HSL 191.02º 0.3% 0.68% -
HSV(B) 191.02º 0.25% 0.77% -
XYZ 40.27 46.29 59.64 -
YUV 177.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 148 188 197 0.25 0.05 0 0.23 191.02 0.3 0.68
Hex 94 BC C5 19 5 0 17 BF 1E 44
Octal 224 274 305 31 5 0 27 277 36 104
Binary 10010100 10111100 11000101 11001 101 0 10111 10111111 11110 1000100

Color Harmonies of #94BCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BCC5

Black with #94BCC5

Text Example


Text Example

White with #94BCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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