Html Css Color HEX #A4BCBE Casper

📋 copy color: '#A4BCBE'

red 164 ◦ green 188 ◦ blue 190

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

Shades of Casper #A4BCBE

Tints of Casper #A4BCBE

RGB

 RED value IS 164 (64.45% from 255) = 30.26%

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

 BLUE value IS 190 (74.61% from 255) = 35.06%

R = 30.26%
G = 34.69%
B = 35.06%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A4BCBE (or 0xA4BCBE) is known color: Casper. HEX triplet: A4, BC and BE. RGB value is (164,188,190). Sum of RGB (Red+Green+Blue) = 164+188+190=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #A4BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BCBE is #5B4341. Grayscale: #B5B5B5. Windows color (decimal): -5980994 or 12500132. OLE color: 12500132.

HSL color Cylindrical-coordinate representation of color #A4BCBE: hue angle of 184.62º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4BCBE is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 188 190 -
CMYK 0.14 0.01 0 0.25
HSL 184.62º 0.17% 0.69% -
HSV(B) 184.62º 0.14% 0.75% -
XYZ 42.59 47.58 55.65 -
YUV 181.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 164 188 190 0.14 0.01 0 0.25 184.62 0.17 0.69
Hex A4 BC BE E 1 0 19 B9 11 45
Octal 244 274 276 16 1 0 31 271 21 105
Binary 10100100 10111100 10111110 1110 1 0 11001 10111001 10001 1000101

Color Harmonies of #A4BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BCBE

Black with #A4BCBE

Text Example


Text Example

White with #A4BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BCBE; }

 p { color: rgb(164,188,190); }

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

background-color css

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

 a { background-color: rgb(164,188,190); }

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

border-color css

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

 span { border-color: rgb(164,188,190); }

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