Html Css Color HEX #94B2BC Botticelli

📋 copy color: '#94B2BC'

red 148 ◦ green 178 ◦ blue 188

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

Shades of Botticelli #94B2BC

Tints of Botticelli #94B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.63%

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

R = 28.79%
G = 34.63%
B = 36.58%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#94B2BC (or 0x94B2BC) is known color: Botticelli. HEX triplet: 94, B2 and BC. RGB value is (148,178,188). Sum of RGB (Red+Green+Blue) = 148+178+188=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #94B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B2BC is #6B4D43. Grayscale: #AAAAAA. Windows color (decimal): -7032132 or 12366484. OLE color: 12366484.

HSL color Cylindrical-coordinate representation of color #94B2BC: hue angle of 195º 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 #94B2BC is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 178 188 -
CMYK 0.21 0.05 0 0.26
HSL 195º 0.23% 0.66% -
HSV(B) 195º 0.21% 0.74% -
XYZ 37.21 41.77 53.68 -
YUV 170.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 148 178 188 0.21 0.05 0 0.26 195 0.23 0.66
Hex 94 B2 BC 15 5 0 1A C3 17 42
Octal 224 262 274 25 5 0 32 303 27 102
Binary 10010100 10110010 10111100 10101 101 0 11010 11000011 10111 1000010

Color Harmonies of #94B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B2BC

Black with #94B2BC

Text Example


Text Example

White with #94B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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