Html Css Color HEX #BCCFBA Paris White

📋 copy color: '#BCCFBA'

red 188 ◦ green 207 ◦ blue 186

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

Shades of Paris White #BCCFBA

Tints of Paris White #BCCFBA

RGB

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

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

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

R = 32.36%
G = 35.63%
B = 32.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#BCCFBA (or 0xBCCFBA) is known color: Paris White. HEX triplet: BC, CF and BA. RGB value is (188,207,186). Sum of RGB (Red+Green+Blue) = 188+207+186=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFBA is #433045. Grayscale: #C6C6C6. Windows color (decimal): -4403270 or 12242876. OLE color: 12242876.

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

Color convert

RGB 188 207 186 -
CMYK 0.09 0 0.10 0.19
HSL 114.29º 0.18% 0.77% -
HSV(B) 114.29º 0.1% 0.81% -
XYZ 51.91 58.86 55.08 -
YUV 198.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 188 207 186 0.09 0 0.10 0.19 114.29 0.18 0.77
Hex BC CF BA 9 0 A 13 72 12 4D
Octal 274 317 272 11 0 12 23 162 22 115
Binary 10111100 11001111 10111010 1001 0 1010 10011 1110010 10010 1001101

Color Harmonies of #BCCFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFBA

Black with #BCCFBA

Text Example


Text Example

White with #BCCFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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