#FFBCE7

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

Shades of Cotton Candy #FFBCE7

Tints of Cotton Candy #FFBCE7

Color information

#FFBCE7 (or 0xFFBCE7) is unknown color: approx Cotton Candy. HEX triplet: FF, BC and E7. RGB value is (255,188,231). Sum of RGB (Red+Green+Blue) = 255+188+231=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 188 (73.83% from 255 or 27.89% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCE7 is #004318. Grayscale: #D4D4D4. Windows color (decimal): -17177 or 15187199. OLE color: 15187199.

HSL color Cylindrical-coordinate representation of color #FFBCE7: hue angle of 321.49º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBCE7 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB255188231-
CMYK00.260.090
HSL321.49º100%86.86%-
HSV(B)321.49º26.27%100%-
XYZ73.656383.88-
YUV212.94138.2158-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 188 (73.83% from 255) = 27.89%
BLUE value IS 231 (90.62% from 255) = 34.27%
R=37.83%
G=27.89%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518823100.260.090321.4910086.86
HexFFBCE701A901416457
Octal377274347032110501144127
Binary1111111110111100111001110110101001010100000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCE7; }

 p { color: rgb(255,188,231); }

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

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

 a { background-color: rgb(255,188,231); }

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

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

 span { border-color: rgb(255,188,231); }

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