Html Css Color HEX #AFBDBB Opal

📋 copy color: '#AFBDBB'

red 175 ◦ green 189 ◦ blue 187

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

Shades of Opal #AFBDBB

Tints of Opal #AFBDBB

RGB

 RED value IS 175 (68.75% from 255) = 31.76%

 GREEN value IS 189 (74.22% from 255) = 34.3%

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

R = 31.76%
G = 34.3%
B = 33.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#AFBDBB (or 0xAFBDBB) is known color: Opal. HEX triplet: AF, BD and BB. RGB value is (175,189,187). Sum of RGB (Red+Green+Blue) = 175+189+187=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDBB is #504244. Grayscale: #B8B8B8. Windows color (decimal): -5259845 or 12303791. OLE color: 12303791.

HSL color Cylindrical-coordinate representation of color #AFBDBB: hue angle of 171.43º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBDBB is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 187 -
CMYK 0.07 0 0.01 0.26
HSL 171.43º 0.1% 0.71% -
HSV(B) 171.43º 0.07% 0.74% -
XYZ 44.85 49.1 54.13 -
YUV 184.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 175 189 187 0.07 0 0.01 0.26 171.43 0.1 0.71
Hex AF BD BB 7 0 1 1A AB A 47
Octal 257 275 273 7 0 1 32 253 12 107
Binary 10101111 10111101 10111011 111 0 1 11010 10101011 1010 1000111

Color Harmonies of #AFBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDBB

Black with #AFBDBB

Text Example


Text Example

White with #AFBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDBB; }

 p { color: rgb(175,189,187); }

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

background-color css

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

 a { background-color: rgb(175,189,187); }

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

border-color css

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

 span { border-color: rgb(175,189,187); }

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