Html Css Color HEX #A5CCBB Opal

📋 copy color: '#A5CCBB'

red 165 ◦ green 204 ◦ blue 187

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

Shades of Opal #A5CCBB

Tints of Opal #A5CCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.63%

R = 29.68%
G = 36.69%
B = 33.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#A5CCBB (or 0xA5CCBB) is known color: Opal. HEX triplet: A5, CC and BB. RGB value is (165,204,187). Sum of RGB (Red+Green+Blue) = 165+204+187=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCBB is #5A3344. Grayscale: #BEBEBE. Windows color (decimal): -5911365 or 12307621. OLE color: 12307621.

HSL color Cylindrical-coordinate representation of color #A5CCBB: hue angle of 153.85º 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 #A5CCBB is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 204 187 -
CMYK 0.19 0 0.08 0.2
HSL 153.85º 0.28% 0.72% -
HSV(B) 153.85º 0.19% 0.8% -
XYZ 46.08 54.77 55.16 -
YUV 190.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 165 204 187 0.19 0 0.08 0.2 153.85 0.28 0.72
Hex A5 CC BB 13 0 8 14 9A 1C 48
Octal 245 314 273 23 0 10 24 232 34 110
Binary 10100101 11001100 10111011 10011 0 1000 10100 10011010 11100 1001000

Color Harmonies of #A5CCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCBB

Black with #A5CCBB

Text Example


Text Example

White with #A5CCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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