Html Css Color HEX #94BDC4 Botticelli

📋 copy color: '#94BDC4'

red 148 ◦ green 189 ◦ blue 196

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

Shades of Botticelli #94BDC4

Tints of Botticelli #94BDC4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.46%

 BLUE value IS 196 (76.95% from 255) = 36.77%

R = 27.77%
G = 35.46%
B = 36.77%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#94BDC4 (or 0x94BDC4) is known color: Botticelli. HEX triplet: 94, BD and C4. RGB value is (148,189,196). Sum of RGB (Red+Green+Blue) = 148+189+196=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 196 - color contains mainly: blue. Hex color #94BDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BDC4 is #6B423B. Grayscale: #B1B1B1. Windows color (decimal): -7029308 or 12893588. OLE color: 12893588.

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

Color convert

RGB 148 189 196 -
CMYK 0.24 0.04 0 0.23
HSL 188.75º 0.29% 0.67% -
HSV(B) 188.75º 0.24% 0.77% -
XYZ 40.37 46.68 59.11 -
YUV 177.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 148 189 196 0.24 0.04 0 0.23 188.75 0.29 0.67
Hex 94 BD C4 18 4 0 17 BD 1D 43
Octal 224 275 304 30 4 0 27 275 35 103
Binary 10010100 10111101 11000100 11000 100 0 10111 10111101 11101 1000011

Color Harmonies of #94BDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BDC4

Black with #94BDC4

Text Example


Text Example

White with #94BDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,189,196); }

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

background-color css

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

 a { background-color: rgb(148,189,196); }

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

border-color css

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

 span { border-color: rgb(148,189,196); }

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