#B0CFC1

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

Shades of Tiara #B0CFC1

Tints of Tiara #B0CFC1

Color information

#B0CFC1 (or 0xB0CFC1) is unknown color: approx Tiara. HEX triplet: B0, CF and C1. RGB value is (176,207,193). Sum of RGB (Red+Green+Blue) = 176+207+193=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFC1 is #4F303E. Grayscale: #C4C4C4. Windows color (decimal): -5189695 or 12701616. OLE color: 12701616.

HSL color Cylindrical-coordinate representation of color #B0CFC1: hue angle of 152.9º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CFC1 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB176207193-
CMYK0.1500.070.19
HSL152.9º24.41%75.1%-
HSV(B)152.9º14.98%81.18%-
XYZ49.8457.7158.96-
YUV196.14126.23113.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.56%
GREEN value IS 207 (81.25% from 255) = 35.94%
BLUE value IS 193 (75.78% from 255) = 33.51%
R=30.56%
G=35.94%
B=33.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762071930.1500.070.19152.924.4175.1
HexB0CFC1F071399184b
Octal26031730117072323130113
Binary101100001100111111000001111101111001110011001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFC1; }

 p { color: rgb(176,207,193); }

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

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

 a { background-color: rgb(176,207,193); }

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

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

 span { border-color: rgb(176,207,193); }

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