Html Css Color HEX #A5BBCB Heather

📋 copy color: '#A5BBCB'

red 165 ◦ green 187 ◦ blue 203

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

Shades of Heather #A5BBCB

Tints of Heather #A5BBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.58%

R = 29.73%
G = 33.69%
B = 36.58%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A5BBCB (or 0xA5BBCB) is known color: Heather. HEX triplet: A5, BB and CB. RGB value is (165,187,203). Sum of RGB (Red+Green+Blue) = 165+187+203=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BBCB is #5A4434. Grayscale: #B6B6B6. Windows color (decimal): -5915701 or 13351845. OLE color: 13351845.

HSL color Cylindrical-coordinate representation of color #A5BBCB: hue angle of 205.26º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5BBCB is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 187 203 -
CMYK 0.19 0.08 0 0.20
HSL 205.26º 0.27% 0.72% -
HSV(B) 205.26º 0.19% 0.8% -
XYZ 44.07 47.85 63.41 -
YUV 182.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 165 187 203 0.19 0.08 0 0.20 205.26 0.27 0.72
Hex A5 BB CB 13 8 0 14 CD 1B 48
Octal 245 273 313 23 10 0 24 315 33 110
Binary 10100101 10111011 11001011 10011 1000 0 10100 11001101 11011 1001000

Color Harmonies of #A5BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BBCB

Black with #A5BBCB

Text Example


Text Example

White with #A5BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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