Html Css Color HEX #C8BDC8 Thistle

📋 copy color: '#C8BDC8'

red 200 ◦ green 189 ◦ blue 200

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

Shades of Thistle #C8BDC8

Tints of Thistle #C8BDC8

RGB

 RED value IS 200 (78.52% from 255) = 33.96%

 GREEN value IS 189 (74.22% from 255) = 32.09%

 BLUE value IS 200 (78.52% from 255) = 33.96%

R = 33.96%
G = 32.09%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C8BDC8 (or 0xC8BDC8) is known color: Thistle. HEX triplet: C8, BD and C8. RGB value is (200,189,200). Sum of RGB (Red+Green+Blue) = 200+189+200=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C8BDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDC8 is #374237. Grayscale: #C1C1C1. Windows color (decimal): -3621432 or 13155784. OLE color: 13155784.

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

Color convert

RGB 200 189 200 -
CMYK 0 0.06 0 0.22
HSL 300º 0.09% 0.76% -
HSV(B) 300º 0.06% 0.78% -
XYZ 52.44 52.84 62.08 -
YUV 193.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 200 189 200 0 0.06 0 0.22 300 0.09 0.76
Hex C8 BD C8 0 6 0 16 12C 9 4C
Octal 310 275 310 0 6 0 26 454 11 114
Binary 11001000 10111101 11001000 0 110 0 10110 100101100 1001 1001100

Color Harmonies of #C8BDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDC8

Black with #C8BDC8

Text Example


Text Example

White with #C8BDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDC8; }

 p { color: rgb(200,189,200); }

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

background-color css

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

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

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

border-color css

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

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

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