Html Css Color HEX #A1BFCB Heather

📋 copy color: '#A1BFCB'

red 161 ◦ green 191 ◦ blue 203

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

Shades of Heather #A1BFCB

Tints of Heather #A1BFCB

RGB

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

 GREEN value IS 191 (75% from 255) = 34.41%

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

R = 29.01%
G = 34.41%
B = 36.58%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A1BFCB (or 0xA1BFCB) is known color: Heather. HEX triplet: A1, BF and CB. RGB value is (161,191,203). Sum of RGB (Red+Green+Blue) = 161+191+203=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 191 (75% from 255 or 34.41% 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 #A1BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFCB is #5E4034. Grayscale: #B7B7B7. Windows color (decimal): -6176821 or 13352865. OLE color: 13352865.

HSL color Cylindrical-coordinate representation of color #A1BFCB: hue angle of 197.14º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1BFCB is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 191 203 -
CMYK 0.21 0.06 0 0.20
HSL 197.14º 0.29% 0.71% -
HSV(B) 197.14º 0.21% 0.8% -
XYZ 44.11 49.15 63.66 -
YUV 183.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 161 191 203 0.21 0.06 0 0.20 197.14 0.29 0.71
Hex A1 BF CB 15 6 0 14 C5 1D 47
Octal 241 277 313 25 6 0 24 305 35 107
Binary 10100001 10111111 11001011 10101 110 0 10100 11000101 11101 1000111

Color Harmonies of #A1BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BFCB

Black with #A1BFCB

Text Example


Text Example

White with #A1BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BFCB; }

 p { color: rgb(161,191,203); }

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

background-color css

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

 a { background-color: rgb(161,191,203); }

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

border-color css

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

 span { border-color: rgb(161,191,203); }

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