Html Css Color HEX #BCCCBC Paris White

📋 copy color: '#BCCCBC'

red 188 ◦ green 204 ◦ blue 188

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

Shades of Paris White #BCCCBC

Tints of Paris White #BCCCBC

RGB

 RED value IS 188 (73.83% from 255) = 32.41%

 GREEN value IS 204 (80.08% from 255) = 35.17%

 BLUE value IS 188 (73.83% from 255) = 32.41%

R = 32.41%
G = 35.17%
B = 32.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#BCCCBC (or 0xBCCCBC) is known color: Paris White. HEX triplet: BC, CC and BC. RGB value is (188,204,188). Sum of RGB (Red+Green+Blue) = 188+204+188=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCBC is #433343. Grayscale: #C5C5C5. Windows color (decimal): -4404036 or 12373180. OLE color: 12373180.

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

Color convert

RGB 188 204 188 -
CMYK 0.08 0 0.08 0.2
HSL 120º 0.14% 0.77% -
HSV(B) 120º 0.08% 0.8% -
XYZ 51.41 57.51 55.97 -
YUV 197.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 188 204 188 0.08 0 0.08 0.2 120 0.14 0.77
Hex BC CC BC 8 0 8 14 78 E 4D
Octal 274 314 274 10 0 10 24 170 16 115
Binary 10111100 11001100 10111100 1000 0 1000 10100 1111000 1110 1001101

Color Harmonies of #BCCCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCBC

Black with #BCCCBC

Text Example


Text Example

White with #BCCCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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