Html Css Color HEX #CCBFBA Pale Slate

📋 copy color: '#CCBFBA'

red 204 ◦ green 191 ◦ blue 186

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

Shades of Pale Slate #CCBFBA

Tints of Pale Slate #CCBFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.01%

R = 35.11%
G = 32.87%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCBFBA (or 0xCCBFBA) is known color: Pale Slate. HEX triplet: CC, BF and BA. RGB value is (204,191,186). Sum of RGB (Red+Green+Blue) = 204+191+186=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFBA is #334045. Grayscale: #C2C2C2. Windows color (decimal): -3358790 or 12238796. OLE color: 12238796.

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

Color convert

RGB 204 191 186 -
CMYK 0 0.06 0.09 0.2
HSL 16.67º 0.15% 0.76% -
HSV(B) 16.67º 0.09% 0.8% -
XYZ 52.4 53.64 54.05 -
YUV 194.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 204 191 186 0 0.06 0.09 0.2 16.67 0.15 0.76
Hex CC BF BA 0 6 9 14 11 F 4C
Octal 314 277 272 0 6 11 24 21 17 114
Binary 11001100 10111111 10111010 0 110 1001 10100 10001 1111 1001100

Color Harmonies of #CCBFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBFBA

Black with #CCBFBA

Text Example


Text Example

White with #CCBFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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