Html Css Color HEX #A1BDFB Perano

📋 copy color: '#A1BDFB'

red 161 ◦ green 189 ◦ blue 251

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

Shades of Perano #A1BDFB

Tints of Perano #A1BDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.45%

 BLUE value IS 251 (98.44% from 255) = 41.76%

R = 26.79%
G = 31.45%
B = 41.76%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A1BDFB (or 0xA1BDFB) is known color: Perano. HEX triplet: A1, BD and FB. RGB value is (161,189,251). Sum of RGB (Red+Green+Blue) = 161+189+251=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1BDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BDFB is #5E4204. Grayscale: #BBBBBB. Windows color (decimal): -6177285 or 16498081. OLE color: 16498081.

HSL color Cylindrical-coordinate representation of color #A1BDFB: hue angle of 221.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1BDFB is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 189 251 -
CMYK 0.36 0.25 0 0.02
HSL 221.33º 0.92% 0.81% -
HSV(B) 221.33º 0.36% 0.98% -
XYZ 50.31 50.94 98.45 -
YUV 187.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 161 189 251 0.36 0.25 0 0.02 221.33 0.92 0.81
Hex A1 BD FB 24 19 0 2 DD 5C 51
Octal 241 275 373 44 31 0 2 335 134 121
Binary 10100001 10111101 11111011 100100 11001 0 10 11011101 1011100 1010001

Color Harmonies of #A1BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BDFB

Black with #A1BDFB

Text Example


Text Example

White with #A1BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BDFB; }

 p { color: rgb(161,189,251); }

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

background-color css

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

 a { background-color: rgb(161,189,251); }

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

border-color css

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

 span { border-color: rgb(161,189,251); }

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