Html Css Color HEX #A1BBCE Heather

📋 copy color: '#A1BBCE'

red 161 ◦ green 187 ◦ blue 206

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

Shades of Heather #A1BBCE

Tints of Heather #A1BBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 29.06%
G = 33.75%
B = 37.18%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A1BBCE (or 0xA1BBCE) is known color: Heather. HEX triplet: A1, BB and CE. RGB value is (161,187,206). Sum of RGB (Red+Green+Blue) = 161+187+206=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1BBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBCE is #5E4431. Grayscale: #B5B5B5. Windows color (decimal): -6177842 or 13548449. OLE color: 13548449.

HSL color Cylindrical-coordinate representation of color #A1BBCE: hue angle of 205.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1BBCE is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 187 206 -
CMYK 0.22 0.09 0 0.19
HSL 205.33º 0.31% 0.72% -
HSV(B) 205.33º 0.22% 0.81% -
XYZ 43.61 47.57 65.28 -
YUV 181.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 161 187 206 0.22 0.09 0 0.19 205.33 0.31 0.72
Hex A1 BB CE 16 9 0 13 CD 1F 48
Octal 241 273 316 26 11 0 23 315 37 110
Binary 10100001 10111011 11001110 10110 1001 0 10011 11001101 11111 1001000

Color Harmonies of #A1BBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BBCE

Black with #A1BBCE

Text Example


Text Example

White with #A1BBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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