Html Css Color HEX #A1BBCA Heather

📋 copy color: '#A1BBCA'

red 161 ◦ green 187 ◦ blue 202

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

Shades of Heather #A1BBCA

Tints of Heather #A1BBCA

RGB

 RED value IS 161 (63.28% from 255) = 29.27%

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

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 29.27%
G = 34%
B = 36.73%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A1BBCA (or 0xA1BBCA) is known color: Heather. HEX triplet: A1, BB and CA. RGB value is (161,187,202). Sum of RGB (Red+Green+Blue) = 161+187+202=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #A1BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBCA is #5E4435. Grayscale: #B4B4B4. Windows color (decimal): -6177846 or 13286305. OLE color: 13286305.

HSL color Cylindrical-coordinate representation of color #A1BBCA: hue angle of 201.95º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1BBCA is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 187 202 -
CMYK 0.20 0.07 0 0.21
HSL 201.95º 0.28% 0.71% -
HSV(B) 201.95º 0.2% 0.79% -
XYZ 43.13 47.38 62.75 -
YUV 180.94 139.89 113.78 -
System Red Green Blue C M Y K H S L
Decimal 161 187 202 0.20 0.07 0 0.21 201.95 0.28 0.71
Hex A1 BB CA 14 7 0 15 CA 1C 47
Octal 241 273 312 24 7 0 25 312 34 107
Binary 10100001 10111011 11001010 10100 111 0 10101 11001010 11100 1000111

Color Harmonies of #A1BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BBCA

Black with #A1BBCA

Text Example


Text Example

White with #A1BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BBCA; }

 p { color: rgb(161,187,202); }

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

background-color css

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

 a { background-color: rgb(161,187,202); }

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

border-color css

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

 span { border-color: rgb(161,187,202); }

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