Html Css Color HEX #A8BBFA Perano

📋 copy color: '#A8BBFA'

red 168 ◦ green 187 ◦ blue 250

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

Shades of Perano #A8BBFA

Tints of Perano #A8BBFA

RGB

 RED value IS 168 (66.02% from 255) = 27.77%

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

 BLUE value IS 250 (98.05% from 255) = 41.32%

R = 27.77%
G = 30.91%
B = 41.32%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8BBFA (or 0xA8BBFA) is known color: Perano. HEX triplet: A8, BB and FA. RGB value is (168,187,250). Sum of RGB (Red+Green+Blue) = 168+187+250=605 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.77% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8BBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BBFA is #574405. Grayscale: #BCBCBC. Windows color (decimal): -5719046 or 16432040. OLE color: 16432040.

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

Color convert

RGB 168 187 250 -
CMYK 0.33 0.25 0 0.02
HSL 226.1º 0.89% 0.82% -
HSV(B) 226.1º 0.33% 0.98% -
XYZ 51.17 50.77 97.54 -
YUV 188.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 168 187 250 0.33 0.25 0 0.02 226.1 0.89 0.82
Hex A8 BB FA 21 19 0 2 E2 59 52
Octal 250 273 372 41 31 0 2 342 131 122
Binary 10101000 10111011 11111010 100001 11001 0 10 11100010 1011001 1010010

Color Harmonies of #A8BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBFA

Black with #A8BBFA

Text Example


Text Example

White with #A8BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBFA; }

 p { color: rgb(168,187,250); }

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

background-color css

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

 a { background-color: rgb(168,187,250); }

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

border-color css

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

 span { border-color: rgb(168,187,250); }

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