#CCBDBF

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

Shades of Pink Flare #CCBDBF

Tints of Pink Flare #CCBDBF

Color information

#CCBDBF (or 0xCCBDBF) is unknown color: approx Pink Flare. HEX triplet: CC, BD and BF. RGB value is (204,189,191). Sum of RGB (Red+Green+Blue) = 204+189+191=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDBF is #334240. Grayscale: #C1C1C1. Windows color (decimal): -3359297 or 12565964. OLE color: 12565964.

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

Color convert

RGB204189191-
CMYK00.070.060.2
HSL352º12.82%77.06%-
HSV(B)352º7.35%80%-
XYZ52.552.9956.75-
YUV193.71126.47135.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 191 (75% from 255) = 32.71%
R=34.93%
G=32.36%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418919100.070.060.235212.8277.06
HexCCBDBF07614160d4d
Octal3142752770762454015115
Binary11001100101111011011111101111101010010110000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDBF; }

 p { color: rgb(204,189,191); }

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

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

 a { background-color: rgb(204,189,191); }

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

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

 span { border-color: rgb(204,189,191); }

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