Html Css Color HEX #94B7B9 Botticelli

📋 copy color: '#94B7B9'

red 148 ◦ green 183 ◦ blue 185

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

Shades of Botticelli #94B7B9

Tints of Botticelli #94B7B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.85%

R = 28.68%
G = 35.47%
B = 35.85%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#94B7B9 (or 0x94B7B9) is known color: Botticelli. HEX triplet: 94, B7 and B9. RGB value is (148,183,185). Sum of RGB (Red+Green+Blue) = 148+183+185=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 185 - color contains mainly: blue. Hex color #94B7B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B7B9 is #6B4846. Grayscale: #ACACAC. Windows color (decimal): -7030855 or 12171156. OLE color: 12171156.

HSL color Cylindrical-coordinate representation of color #94B7B9: hue angle of 183.24º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94B7B9 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 183 185 -
CMYK 0.20 0.01 0 0.27
HSL 183.24º 0.21% 0.65% -
HSV(B) 183.24º 0.2% 0.73% -
XYZ 37.9 43.67 52.33 -
YUV 172.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 148 183 185 0.20 0.01 0 0.27 183.24 0.21 0.65
Hex 94 B7 B9 14 1 0 1B B7 15 41
Octal 224 267 271 24 1 0 33 267 25 101
Binary 10010100 10110111 10111001 10100 1 0 11011 10110111 10101 1000001

Color Harmonies of #94B7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B7B9

Black with #94B7B9

Text Example


Text Example

White with #94B7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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