Html Css Color HEX #A5BBBE Casper

📋 copy color: '#A5BBBE'

red 165 ◦ green 187 ◦ blue 190

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

Shades of Casper #A5BBBE

Tints of Casper #A5BBBE

RGB

 RED value IS 165 (64.84% from 255) = 30.44%

 GREEN value IS 187 (73.44% from 255) = 34.5%

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

R = 30.44%
G = 34.5%
B = 35.06%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A5BBBE (or 0xA5BBBE) is known color: Casper. HEX triplet: A5, BB and BE. RGB value is (165,187,190). Sum of RGB (Red+Green+Blue) = 165+187+190=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 187 (73.44% from 255 or 34.50% 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 #A5BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BBBE is #5A4441. Grayscale: #B4B4B4. Windows color (decimal): -5915714 or 12499877. OLE color: 12499877.

HSL color Cylindrical-coordinate representation of color #A5BBBE: hue angle of 187.2º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5BBBE is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 187 190 -
CMYK 0.13 0.02 0 0.25
HSL 187.2º 0.16% 0.7% -
HSV(B) 187.2º 0.13% 0.75% -
XYZ 42.58 47.26 55.59 -
YUV 180.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 165 187 190 0.13 0.02 0 0.25 187.2 0.16 0.7
Hex A5 BB BE D 2 0 19 BB 10 46
Octal 245 273 276 15 2 0 31 273 20 106
Binary 10100101 10111011 10111110 1101 10 0 11001 10111011 10000 1000110

Color Harmonies of #A5BBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BBBE

Black with #A5BBBE

Text Example


Text Example

White with #A5BBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BBBE; }

 p { color: rgb(165,187,190); }

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

background-color css

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

 a { background-color: rgb(165,187,190); }

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

border-color css

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

 span { border-color: rgb(165,187,190); }

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