Html Css Color HEX #94BCC3 Botticelli

📋 copy color: '#94BCC3'

red 148 ◦ green 188 ◦ blue 195

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

Shades of Botticelli #94BCC3

Tints of Botticelli #94BCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.72%

R = 27.87%
G = 35.4%
B = 36.72%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#94BCC3 (or 0x94BCC3) is known color: Botticelli. HEX triplet: 94, BC and C3. RGB value is (148,188,195). Sum of RGB (Red+Green+Blue) = 148+188+195=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 195 - color contains mainly: blue. Hex color #94BCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCC3 is #6B433C. Grayscale: #B0B0B0. Windows color (decimal): -7029565 or 12827796. OLE color: 12827796.

HSL color Cylindrical-coordinate representation of color #94BCC3: hue angle of 188.94º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94BCC3 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 188 195 -
CMYK 0.24 0.04 0 0.24
HSL 188.94º 0.28% 0.67% -
HSV(B) 188.94º 0.24% 0.76% -
XYZ 40.05 46.2 58.44 -
YUV 176.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 148 188 195 0.24 0.04 0 0.24 188.94 0.28 0.67
Hex 94 BC C3 18 4 0 18 BD 1C 43
Octal 224 274 303 30 4 0 30 275 34 103
Binary 10010100 10111100 11000011 11000 100 0 11000 10111101 11100 1000011

Color Harmonies of #94BCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BCC3

Black with #94BCC3

Text Example


Text Example

White with #94BCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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