#AFCBBE

Color #AFCBBE Tiara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiara #AFCBBE

Tints of Tiara #AFCBBE

Color information

#AFCBBE (or 0xAFCBBE) is unknown color: approx Tiara. HEX triplet: AF, CB and BE. RGB value is (175,203,190). Sum of RGB (Red+Green+Blue) = 175+203+190=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBBE is #503441. Grayscale: #C1C1C1. Windows color (decimal): -5256258 or 12503983. OLE color: 12503983.

HSL color Cylindrical-coordinate representation of color #AFCBBE: hue angle of 152.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCBBE is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB175203190-
CMYK0.1400.060.20
HSL152.14º21.21%74.12%-
HSV(B)152.14º13.79%79.61%-
XYZ48.3355.5456.89-
YUV193.15126.22115.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=30.81%
G=35.74%
B=33.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031900.1400.060.20152.1421.2174.12
HexAFCBBEE061498154a
Octal25731327616062423025112
Binary101011111100101110111110111001101010010011000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBBE; }

 p { color: rgb(175,203,190); }

 H1.HeaderClassName
 {
   color: #AFCBBE;
 }
 .AnyTagClassName
 {
   color: #AFCBBE;
 }
</style>
background-color css

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

 a { background-color: rgb(175,203,190); }

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

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

 span { border-color: rgb(175,203,190); }

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