Html Css Color HEX #BCD0BE Paris White

📋 copy color: '#BCD0BE'

red 188 ◦ green 208 ◦ blue 190

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

Shades of Paris White #BCD0BE

Tints of Paris White #BCD0BE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.49%

 BLUE value IS 190 (74.61% from 255) = 32.42%

R = 32.08%
G = 35.49%
B = 32.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#BCD0BE (or 0xBCD0BE) is known color: Paris White. HEX triplet: BC, D0 and BE. RGB value is (188,208,190). Sum of RGB (Red+Green+Blue) = 188+208+190=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0BE is #432F41. Grayscale: #C8C8C8. Windows color (decimal): -4403010 or 12505276. OLE color: 12505276.

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

Color convert

RGB 188 208 190 -
CMYK 0.10 0 0.09 0.18
HSL 126º 0.18% 0.78% -
HSV(B) 126º 0.1% 0.82% -
XYZ 52.59 59.52 57.43 -
YUV 199.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 188 208 190 0.10 0 0.09 0.18 126 0.18 0.78
Hex BC D0 BE A 0 9 12 7E 12 4E
Octal 274 320 276 12 0 11 22 176 22 116
Binary 10111100 11010000 10111110 1010 0 1001 10010 1111110 10010 1001110

Color Harmonies of #BCD0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0BE

Black with #BCD0BE

Text Example


Text Example

White with #BCD0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0BE; }

 p { color: rgb(188,208,190); }

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

background-color css

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

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

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

border-color css

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

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

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