Html Css Color HEX #BCCFBD Paris White

📋 copy color: '#BCCFBD'

red 188 ◦ green 207 ◦ blue 189

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

Shades of Paris White #BCCFBD

Tints of Paris White #BCCFBD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.45%

 BLUE value IS 189 (74.22% from 255) = 32.36%

R = 32.19%
G = 35.45%
B = 32.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#BCCFBD (or 0xBCCFBD) is known color: Paris White. HEX triplet: BC, CF and BD. RGB value is (188,207,189). Sum of RGB (Red+Green+Blue) = 188+207+189=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFBD is #433042. Grayscale: #C7C7C7. Windows color (decimal): -4403267 or 12439484. OLE color: 12439484.

HSL color Cylindrical-coordinate representation of color #BCCFBD: hue angle of 123.16º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCFBD is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 189 -
CMYK 0.09 0 0.09 0.19
HSL 123.16º 0.17% 0.77% -
HSV(B) 123.16º 0.09% 0.81% -
XYZ 52.24 58.99 56.78 -
YUV 199.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 188 207 189 0.09 0 0.09 0.19 123.16 0.17 0.77
Hex BC CF BD 9 0 9 13 7B 11 4D
Octal 274 317 275 11 0 11 23 173 21 115
Binary 10111100 11001111 10111101 1001 0 1001 10011 1111011 10001 1001101

Color Harmonies of #BCCFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFBD

Black with #BCCFBD

Text Example


Text Example

White with #BCCFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFBD; }

 p { color: rgb(188,207,189); }

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

background-color css

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

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

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

border-color css

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

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

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