Html Css Color HEX #A8BCEA Perano

📋 copy color: '#A8BCEA'

red 168 ◦ green 188 ◦ blue 234

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

Shades of Perano #A8BCEA

Tints of Perano #A8BCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.86%

 BLUE value IS 234 (91.8% from 255) = 39.66%

R = 28.47%
G = 31.86%
B = 39.66%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8BCEA (or 0xA8BCEA) is known color: Perano. HEX triplet: A8, BC and EA. RGB value is (168,188,234). Sum of RGB (Red+Green+Blue) = 168+188+234=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8BCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BCEA is #574315. Grayscale: #BBBBBB. Windows color (decimal): -5718806 or 15383720. OLE color: 15383720.

HSL color Cylindrical-coordinate representation of color #A8BCEA: hue angle of 221.82º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8BCEA is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 188 234 -
CMYK 0.28 0.20 0 0.08
HSL 221.82º 0.61% 0.79% -
HSV(B) 221.82º 0.28% 0.92% -
XYZ 48.98 50.23 84.96 -
YUV 187.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 168 188 234 0.28 0.20 0 0.08 221.82 0.61 0.79
Hex A8 BC EA 1C 14 0 8 DE 3D 4F
Octal 250 274 352 34 24 0 10 336 75 117
Binary 10101000 10111100 11101010 11100 10100 0 1000 11011110 111101 1001111

Color Harmonies of #A8BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCEA

Black with #A8BCEA

Text Example


Text Example

White with #A8BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCEA; }

 p { color: rgb(168,188,234); }

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

background-color css

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

 a { background-color: rgb(168,188,234); }

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

border-color css

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

 span { border-color: rgb(168,188,234); }

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