Html Css Color HEX #A8BEFC Perano

📋 copy color: '#A8BEFC'

red 168 ◦ green 190 ◦ blue 252

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

Shades of Perano #A8BEFC

Tints of Perano #A8BEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.15%

 BLUE value IS 252 (98.83% from 255) = 41.31%

R = 27.54%
G = 31.15%
B = 41.31%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8BEFC (or 0xA8BEFC) is known color: Perano. HEX triplet: A8, BE and FC. RGB value is (168,190,252). Sum of RGB (Red+Green+Blue) = 168+190+252=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8BEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEFC is #574103. Grayscale: #BEBEBE. Windows color (decimal): -5718276 or 16563880. OLE color: 16563880.

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

Color convert

RGB 168 190 252 -
CMYK 0.33 0.25 0 0.01
HSL 224.29º 0.93% 0.82% -
HSV(B) 224.29º 0.33% 0.99% -
XYZ 52.13 52.18 99.42 -
YUV 190.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 168 190 252 0.33 0.25 0 0.01 224.29 0.93 0.82
Hex A8 BE FC 21 19 0 1 E0 5D 52
Octal 250 276 374 41 31 0 1 340 135 122
Binary 10101000 10111110 11111100 100001 11001 0 1 11100000 1011101 1010010

Color Harmonies of #A8BEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEFC

Black with #A8BEFC

Text Example


Text Example

White with #A8BEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEFC; }

 p { color: rgb(168,190,252); }

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

background-color css

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

 a { background-color: rgb(168,190,252); }

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

border-color css

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

 span { border-color: rgb(168,190,252); }

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