Html Css Color HEX #A5CCBC Opal

📋 copy color: '#A5CCBC'

red 165 ◦ green 204 ◦ blue 188

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

Shades of Opal #A5CCBC

Tints of Opal #A5CCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.75%

R = 29.62%
G = 36.62%
B = 33.75%

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

#A5CCBC (or 0xA5CCBC) is known color: Opal. HEX triplet: A5, CC and BC. RGB value is (165,204,188). Sum of RGB (Red+Green+Blue) = 165+204+188=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCBC is #5A3343. Grayscale: #BEBEBE. Windows color (decimal): -5911364 or 12373157. OLE color: 12373157.

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

Color convert

RGB 165 204 188 -
CMYK 0.19 0 0.08 0.2
HSL 155.38º 0.28% 0.72% -
HSV(B) 155.38º 0.19% 0.8% -
XYZ 46.19 54.82 55.72 -
YUV 190.52 126.58 109.8 -
System Red Green Blue C M Y K H S L
Decimal 165 204 188 0.19 0 0.08 0.2 155.38 0.28 0.72
Hex A5 CC BC 13 0 8 14 9B 1C 48
Octal 245 314 274 23 0 10 24 233 34 110
Binary 10100101 11001100 10111100 10011 0 1000 10100 10011011 11100 1001000

Color Harmonies of #A5CCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCBC

Black with #A5CCBC

Text Example


Text Example

White with #A5CCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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