Html Css Color HEX #A5CCBD Opal

📋 copy color: '#A5CCBD'

red 165 ◦ green 204 ◦ blue 189

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

Shades of Opal #A5CCBD

Tints of Opal #A5CCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.56%

 BLUE value IS 189 (74.22% from 255) = 33.87%

R = 29.57%
G = 36.56%
B = 33.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#A5CCBD (or 0xA5CCBD) is known color: Opal. HEX triplet: A5, CC and BD. RGB value is (165,204,189). Sum of RGB (Red+Green+Blue) = 165+204+189=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCBD is #5A3342. Grayscale: #BEBEBE. Windows color (decimal): -5911363 or 12438693. OLE color: 12438693.

HSL color Cylindrical-coordinate representation of color #A5CCBD: hue angle of 156.92º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CCBD is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 204 189 -
CMYK 0.19 0 0.07 0.2
HSL 156.92º 0.28% 0.72% -
HSV(B) 156.92º 0.19% 0.8% -
XYZ 46.3 54.86 56.29 -
YUV 190.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 165 204 189 0.19 0 0.07 0.2 156.92 0.28 0.72
Hex A5 CC BD 13 0 7 14 9D 1C 48
Octal 245 314 275 23 0 7 24 235 34 110
Binary 10100101 11001100 10111101 10011 0 111 10100 10011101 11100 1001000

Color Harmonies of #A5CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCBD

Black with #A5CCBD

Text Example


Text Example

White with #A5CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCBD; }

 p { color: rgb(165,204,189); }

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

background-color css

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

 a { background-color: rgb(165,204,189); }

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

border-color css

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

 span { border-color: rgb(165,204,189); }

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