#CCBECE

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

Shades of Thistle #CCBECE

Tints of Thistle #CCBECE

Color information

#CCBECE (or 0xCCBECE) is unknown color: approx Thistle. HEX triplet: CC, BE and CE. RGB value is (204,190,206). Sum of RGB (Red+Green+Blue) = 204+190+206=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCBECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBECE is #334131. Grayscale: #C3C3C3. Windows color (decimal): -3359026 or 13549260. OLE color: 13549260.

HSL color Cylindrical-coordinate representation of color #CCBECE: hue angle of 292.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBECE is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204190206-
CMYK0.010.0800.19
HSL292.5º14.04%77.65%-
HSV(B)292.5º7.77%80.78%-
XYZ54.4654.1265.97-
YUV196.01133.64133.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 190 (74.61% from 255) = 31.67%
BLUE value IS 206 (80.86% from 255) = 34.33%
R=34%
G=31.67%
B=34.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041902060.010.0800.19292.514.0477.65
HexCCBECE18013124e4e
Octal31427631611002344416116
Binary1100110010111110110011101100001001110010010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBECE; }

 p { color: rgb(204,190,206); }

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

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

 a { background-color: rgb(204,190,206); }

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

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

 span { border-color: rgb(204,190,206); }

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