#BCAFB2

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

Shades of Careys Pink #BCAFB2

Tints of Careys Pink #BCAFB2

Color information

#BCAFB2 (or 0xBCAFB2) is unknown color: approx Careys Pink. HEX triplet: BC, AF and B2. RGB value is (188,175,178). Sum of RGB (Red+Green+Blue) = 188+175+178=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFB2 is #43504D. Grayscale: #B3B3B3. Windows color (decimal): -4411470 or 11710396. OLE color: 11710396.

HSL color Cylindrical-coordinate representation of color #BCAFB2: hue angle of 346.15º degrees, saturation: 0.09, 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 #BCAFB2 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB188175178-
CMYK00.070.050.26
HSL346.15º8.84%71.18%-
HSV(B)346.15º6.91%73.73%-
XYZ44.144.5748.4-
YUV179.23127.31134.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 178 (69.92% from 255) = 32.90%
R=34.75%
G=32.35%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817517800.070.050.26346.158.8471.18
HexBCAFB20751A15a947
Octal2742572620753253211107
Binary10111100101011111011001001111011101010101101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFB2; }

 p { color: rgb(188,175,178); }

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

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

 a { background-color: rgb(188,175,178); }

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

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

 span { border-color: rgb(188,175,178); }

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