Html Css Color HEX #CCBFCC Thistle

📋 copy color: '#CCBFCC'

red 204 ◦ green 191 ◦ blue 204

#CCBFCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #CCBFCC

Tints of Thistle #CCBFCC

RGB

 RED value IS 204 (80.08% from 255) = 34.06%

 GREEN value IS 191 (75% from 255) = 31.89%

 BLUE value IS 204 (80.08% from 255) = 34.06%

R = 34.06%
G = 31.89%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CCBFCC (or 0xCCBFCC) is known color: Thistle. HEX triplet: CC, BF and CC. RGB value is (204,191,204). Sum of RGB (Red+Green+Blue) = 204+191+204=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFCC is #334033. Grayscale: #C4C4C4. Windows color (decimal): -3358772 or 13418444. OLE color: 13418444.

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

Color convert

RGB 204 191 204 -
CMYK 0 0.06 0 0.2
HSL 300º 0.11% 0.77% -
HSV(B) 300º 0.06% 0.8% -
XYZ 54.43 54.46 64.77 -
YUV 196.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 204 191 204 0 0.06 0 0.2 300 0.11 0.77
Hex CC BF CC 0 6 0 14 12C B 4D
Octal 314 277 314 0 6 0 24 454 13 115
Binary 11001100 10111111 11001100 0 110 0 10100 100101100 1011 1001101

Color Harmonies of #CCBFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBFCC

Black with #CCBFCC

Text Example


Text Example

White with #CCBFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBFCC; }

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

 H1.HeaderClassName
 {
   color: #CCBFCC;
 }
 .AnyTagClassName
 {
   color: #CCBFCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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