Html Css Color HEX #A5BEBA Opal

📋 copy color: '#A5BEBA'

red 165 ◦ green 190 ◦ blue 186

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

Shades of Opal #A5BEBA

Tints of Opal #A5BEBA

RGB

 RED value IS 165 (64.84% from 255) = 30.5%

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

 BLUE value IS 186 (73.05% from 255) = 34.38%

R = 30.5%
G = 35.12%
B = 34.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#A5BEBA (or 0xA5BEBA) is known color: Opal. HEX triplet: A5, BE and BA. RGB value is (165,190,186). Sum of RGB (Red+Green+Blue) = 165+190+186=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BEBA is #5A4145. Grayscale: #B6B6B6. Windows color (decimal): -5914950 or 12238501. OLE color: 12238501.

HSL color Cylindrical-coordinate representation of color #A5BEBA: hue angle of 170.4º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5BEBA is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 190 186 -
CMYK 0.13 0 0.02 0.25
HSL 170.4º 0.16% 0.7% -
HSV(B) 170.4º 0.13% 0.75% -
XYZ 42.79 48.37 53.54 -
YUV 182.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 165 190 186 0.13 0 0.02 0.25 170.4 0.16 0.7
Hex A5 BE BA D 0 2 19 AA 10 46
Octal 245 276 272 15 0 2 31 252 20 106
Binary 10100101 10111110 10111010 1101 0 10 11001 10101010 10000 1000110

Color Harmonies of #A5BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BEBA

Black with #A5BEBA

Text Example


Text Example

White with #A5BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BEBA; }

 p { color: rgb(165,190,186); }

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

background-color css

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

 a { background-color: rgb(165,190,186); }

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

border-color css

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

 span { border-color: rgb(165,190,186); }

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