Html Css Color HEX #94BCC0 Botticelli

📋 copy color: '#94BCC0'

red 148 ◦ green 188 ◦ blue 192

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

Shades of Botticelli #94BCC0

Tints of Botticelli #94BCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.36%

R = 28.03%
G = 35.61%
B = 36.36%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#94BCC0 (or 0x94BCC0) is known color: Botticelli. HEX triplet: 94, BC and C0. RGB value is (148,188,192). Sum of RGB (Red+Green+Blue) = 148+188+192=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 192 - color contains mainly: blue. Hex color #94BCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCC0 is #6B433F. Grayscale: #B0B0B0. Windows color (decimal): -7029568 or 12631188. OLE color: 12631188.

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

Color convert

RGB 148 188 192 -
CMYK 0.23 0.02 0 0.25
HSL 185.45º 0.26% 0.67% -
HSV(B) 185.45º 0.23% 0.75% -
XYZ 39.71 46.07 56.67 -
YUV 176.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 148 188 192 0.23 0.02 0 0.25 185.45 0.26 0.67
Hex 94 BC C0 17 2 0 19 B9 1A 43
Octal 224 274 300 27 2 0 31 271 32 103
Binary 10010100 10111100 11000000 10111 10 0 11001 10111001 11010 1000011

Color Harmonies of #94BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BCC0

Black with #94BCC0

Text Example


Text Example

White with #94BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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