Html Css Color HEX #A8BCEC Perano

📋 copy color: '#A8BCEC'

red 168 ◦ green 188 ◦ blue 236

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

Shades of Perano #A8BCEC

Tints of Perano #A8BCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.86%

R = 28.38%
G = 31.76%
B = 39.86%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8BCEC (or 0xA8BCEC) is known color: Perano. HEX triplet: A8, BC and EC. RGB value is (168,188,236). Sum of RGB (Red+Green+Blue) = 168+188+236=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BCEC is #574313. Grayscale: #BBBBBB. Windows color (decimal): -5718804 or 15514792. OLE color: 15514792.

HSL color Cylindrical-coordinate representation of color #A8BCEC: hue angle of 222.35º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8BCEC is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 188 236 -
CMYK 0.29 0.20 0 0.07
HSL 222.35º 0.64% 0.79% -
HSV(B) 222.35º 0.29% 0.93% -
XYZ 49.27 50.35 86.48 -
YUV 187.49 155.37 114.1 -
System Red Green Blue C M Y K H S L
Decimal 168 188 236 0.29 0.20 0 0.07 222.35 0.64 0.79
Hex A8 BC EC 1D 14 0 7 DE 40 4F
Octal 250 274 354 35 24 0 7 336 100 117
Binary 10101000 10111100 11101100 11101 10100 0 111 11011110 1000000 1001111

Color Harmonies of #A8BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCEC

Black with #A8BCEC

Text Example


Text Example

White with #A8BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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