Html Css Color HEX #A5CBC2 Opal

📋 copy color: '#A5CBC2'

red 165 ◦ green 203 ◦ blue 194

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

Shades of Opal #A5CBC2

Tints of Opal #A5CBC2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.12%

 BLUE value IS 194 (76.17% from 255) = 34.52%

R = 29.36%
G = 36.12%
B = 34.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#A5CBC2 (or 0xA5CBC2) is known color: Opal. HEX triplet: A5, CB and C2. RGB value is (165,203,194). Sum of RGB (Red+Green+Blue) = 165+203+194=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBC2 is #5A343D. Grayscale: #BEBEBE. Windows color (decimal): -5911614 or 12766117. OLE color: 12766117.

HSL color Cylindrical-coordinate representation of color #A5CBC2: hue angle of 165.79º degrees, saturation: 0.27, 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 #A5CBC2 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 203 194 -
CMYK 0.19 0 0.04 0.20
HSL 165.79º 0.27% 0.72% -
HSV(B) 165.79º 0.19% 0.8% -
XYZ 46.61 54.61 59.12 -
YUV 190.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 165 203 194 0.19 0 0.04 0.20 165.79 0.27 0.72
Hex A5 CB C2 13 0 4 14 A6 1B 48
Octal 245 313 302 23 0 4 24 246 33 110
Binary 10100101 11001011 11000010 10011 0 100 10100 10100110 11011 1001000

Color Harmonies of #A5CBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CBC2

Black with #A5CBC2

Text Example


Text Example

White with #A5CBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CBC2; }

 p { color: rgb(165,203,194); }

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

background-color css

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

 a { background-color: rgb(165,203,194); }

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

border-color css

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

 span { border-color: rgb(165,203,194); }

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