Html Css Color HEX #A8B2E9 Perano

📋 copy color: '#A8B2E9'

red 168 ◦ green 178 ◦ blue 233

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

Shades of Perano #A8B2E9

Tints of Perano #A8B2E9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.74%

 BLUE value IS 233 (91.41% from 255) = 40.24%

R = 29.02%
G = 30.74%
B = 40.24%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A8B2E9 (or 0xA8B2E9) is known color: Perano. HEX triplet: A8, B2 and E9. RGB value is (168,178,233). Sum of RGB (Red+Green+Blue) = 168+178+233=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #A8B2E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8B2E9 is #574D16. Grayscale: #B5B5B5. Windows color (decimal): -5721367 or 15315624. OLE color: 15315624.

HSL color Cylindrical-coordinate representation of color #A8B2E9: hue angle of 230.77º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8B2E9 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 178 233 -
CMYK 0.28 0.24 0 0.09
HSL 230.77º 0.6% 0.79% -
HSV(B) 230.77º 0.28% 0.91% -
XYZ 46.78 46.05 83.51 -
YUV 181.28 157.19 118.53 -
System Red Green Blue C M Y K H S L
Decimal 168 178 233 0.28 0.24 0 0.09 230.77 0.6 0.79
Hex A8 B2 E9 1C 18 0 9 E7 3C 4F
Octal 250 262 351 34 30 0 11 347 74 117
Binary 10101000 10110010 11101001 11100 11000 0 1001 11100111 111100 1001111

Color Harmonies of #A8B2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B2E9

Black with #A8B2E9

Text Example


Text Example

White with #A8B2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B2E9; }

 p { color: rgb(168,178,233); }

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

background-color css

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

 a { background-color: rgb(168,178,233); }

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

border-color css

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

 span { border-color: rgb(168,178,233); }

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