Html Css Color HEX #A8BDEB Perano

📋 copy color: '#A8BDEB'

red 168 ◦ green 189 ◦ blue 235

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

Shades of Perano #A8BDEB

Tints of Perano #A8BDEB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.93%

 BLUE value IS 235 (92.19% from 255) = 39.7%

R = 28.38%
G = 31.93%
B = 39.7%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8BDEB (or 0xA8BDEB) is known color: Perano. HEX triplet: A8, BD and EB. RGB value is (168,189,235). Sum of RGB (Red+Green+Blue) = 168+189+235=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8BDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BDEB is #574214. Grayscale: #BBBBBB. Windows color (decimal): -5718549 or 15449512. OLE color: 15449512.

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

Color convert

RGB 168 189 235 -
CMYK 0.29 0.20 0 0.08
HSL 221.19º 0.63% 0.79% -
HSV(B) 221.19º 0.29% 0.92% -
XYZ 49.34 50.72 85.79 -
YUV 187.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 168 189 235 0.29 0.20 0 0.08 221.19 0.63 0.79
Hex A8 BD EB 1D 14 0 8 DD 3F 4F
Octal 250 275 353 35 24 0 10 335 77 117
Binary 10101000 10111101 11101011 11101 10100 0 1000 11011101 111111 1001111

Color Harmonies of #A8BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDEB

Black with #A8BDEB

Text Example


Text Example

White with #A8BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDEB; }

 p { color: rgb(168,189,235); }

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

background-color css

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

 a { background-color: rgb(168,189,235); }

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

border-color css

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

 span { border-color: rgb(168,189,235); }

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