Html Css Color HEX #94B7BC Botticelli

📋 copy color: '#94B7BC'

red 148 ◦ green 183 ◦ blue 188

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

Shades of Botticelli #94B7BC

Tints of Botticelli #94B7BC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.26%

 BLUE value IS 188 (73.83% from 255) = 36.22%

R = 28.52%
G = 35.26%
B = 36.22%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#94B7BC (or 0x94B7BC) is known color: Botticelli. HEX triplet: 94, B7 and BC. RGB value is (148,183,188). Sum of RGB (Red+Green+Blue) = 148+183+188=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #94B7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B7BC is #6B4843. Grayscale: #ADADAD. Windows color (decimal): -7030852 or 12367764. OLE color: 12367764.

HSL color Cylindrical-coordinate representation of color #94B7BC: hue angle of 187.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94B7BC is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 183 188 -
CMYK 0.21 0.03 0 0.26
HSL 187.5º 0.23% 0.66% -
HSV(B) 187.5º 0.21% 0.74% -
XYZ 38.22 43.79 54.02 -
YUV 173.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 148 183 188 0.21 0.03 0 0.26 187.5 0.23 0.66
Hex 94 B7 BC 15 3 0 1A BC 17 42
Octal 224 267 274 25 3 0 32 274 27 102
Binary 10010100 10110111 10111100 10101 11 0 11010 10111100 10111 1000010

Color Harmonies of #94B7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B7BC

Black with #94B7BC

Text Example


Text Example

White with #94B7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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