#B2CDC1

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

Shades of Tiara #B2CDC1

Tints of Tiara #B2CDC1

Color information

#B2CDC1 (or 0xB2CDC1) is unknown color: approx Tiara. HEX triplet: B2, CD and C1. RGB value is (178,205,193). Sum of RGB (Red+Green+Blue) = 178+205+193=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDC1 is #4D323E. Grayscale: #C3C3C3. Windows color (decimal): -5059135 or 12701106. OLE color: 12701106.

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

Color convert

RGB178205193-
CMYK0.1300.060.20
HSL153.33º21.26%75.1%-
HSV(B)153.33º13.17%80.39%-
XYZ49.8256.9858.82-
YUV195.56126.55115.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.90%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 193 (75.78% from 255) = 33.51%
R=30.90%
G=35.59%
B=33.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782051930.1300.060.20153.3321.2675.1
HexB2CDC1D061499154b
Octal26231530115062423125113
Binary101100101100110111000001110101101010010011001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CDC1; }

 p { color: rgb(178,205,193); }

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

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

 a { background-color: rgb(178,205,193); }

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

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

 span { border-color: rgb(178,205,193); }

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